color codes Logo

#dbbe06 color codes

#DBBE06
(219,190,6)
0 Favorites   0 Comments

Color spaces of #dbbe06

RGB 2191906
HSL0.140.950.44
HSV52°97°86°
CMYK 0.000.130.97   0.14
XYZ47.659751.90017.6781
Yxy51.90010.44440.4840
Hunter Lab72.0417-7.985144.1102
CIE-Lab77.2211-4.585978.0978

#dbbe06 color RGB value is (219,190,6).

#dbbe06 hex color red value is 219, green value is 190 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dbbe06 hue: 0.14 , saturation: 0.95 and the lightness value of dbbe06 is 0.44.

The process color (four color CMYK) of #dbbe06 color code is 0.00, 0.13, 0.97, 0.14. Web safe color of #dbbe06 is #cccc00. Color #dbbe06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00000110
Octal 333 276 6
Decimal 219 190 6
Hex DB BE 6

RGB Percentages of Color #dbbe06

%52.77
%45.78
%1.45

CMYK Percentages of Color #dbbe06

%0
%13
%97
%14

Triadic Colors of #dbbe06

#dbbe06 #06dbbe #be06db

Analogous Colors of #dbbe06

#dbbe06 #8edb06 #db5306

Monochromatic Colors of #dbbe06

#dbbe06

Complementary Color

#dbbe06 #0623db

#dbbe06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe06 Color CSS Codes

.mybgcolor {background-color:#dbbe06; } 
.myforecolor {color:#dbbe06; }
.mybordercolor {border:3px solid #dbbe06; }

#dbbe06 Text Font Color

<p style="color:#dbbe06">Text here</p>

This sample text font color is #dbbe06
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbe06 Background Color

<div style="background-color:#dbbe06">
Div content here</div>

This div background color is #dbbe06


#dbbe06 Border Color

<div style="border:3px solid #dbbe06">
Div here</div>

This div border color is #dbbe06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,190,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbe06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbe06;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbe06;
  box-shadow:         1px 1px 3px 2px #dbbe06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbe06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbe06;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbe06;
  box-shadow:         1px 1px 3px 2px #dbbe06;">
Div content here</div>

This div box has shadow with color #dbbe06


Comments

No comments written yet.

Please login to write comment.