Color Hex Logo

#dbcb46 Color Hex

#DBCB46
(219,203,70)
0 Favorites   0 Comments

Color spaces of #dbcb46

RGB 21920370
HSL0.150.670.57
HSV54°68°86°
CMYK 0.000.070.68   0.14
XYZ51.674858.214114.3072
Yxy58.21410.41610.4687
Hunter Lab76.2982-12.628342.2908
CIE-Lab80.8577-9.405565.3177

#dbcb46 color RGB value is (219,203,70).

#dbcb46 hex color red value is 219, green value is 203 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dbcb46 hue: 0.15 , saturation: 0.67 and the lightness value of dbcb46 is 0.57.

The process color (four color CMYK) of #dbcb46 color hex is 0.00, 0.07, 0.68, 0.14. Web safe color of #dbcb46 is #cccc33. Color #dbcb46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01000110
Octal 333 313 106
Decimal 219 203 70
Hex DB CB 46

RGB Percentages of Color #dbcb46

%44.51
%41.26
%14.23

CMYK Percentages of Color #dbcb46

%0
%7
%68
%14

Triadic Colors of #dbcb46

#dbcb46 #46dbcb #cb46db

Analogous Colors of #dbcb46

#dbcb46 #a1db46 #db8146

Monochromatic Colors of #dbcb46

#dbcb46

Complementary Color

#dbcb46 #4656db

#dbcb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb46 Color CSS Codes

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

#dbcb46 Text Font Color

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

This sample text font color is #dbcb46
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.


#dbcb46 Background Color

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

This div background color is #dbcb46


#dbcb46 Border Color

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

This div border color is #dbcb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb46


Comments

No comments written yet.

Please login to write comment.