Color Hex Logo

#dbcb18 Color Hex

#DBCB18
(219,203,24)
0 Favorites   0 Comments

Color spaces of #dbcb18

RGB 21920324
HSL0.150.800.48
HSV55°89°86°
CMYK 0.000.070.89   0.14
XYZ50.734257.83799.3540
Yxy57.83790.43020.4905
Hunter Lab76.0512-14.011345.9434
CIE-Lab80.6486-10.995478.3866

#dbcb18 color RGB value is (219,203,24).

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

The process color (four color CMYK) of #dbcb18 color hex is 0.00, 0.07, 0.89, 0.14. Web safe color of #dbcb18 is #cccc00. Color #dbcb18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00011000
Octal 333 313 30
Decimal 219 203 24
Hex DB CB 18

RGB Percentages of Color #dbcb18

%49.10
%45.52
%5.38

CMYK Percentages of Color #dbcb18

%0
%7
%89
%14

Triadic Colors of #dbcb18

#dbcb18 #18dbcb #cb18db

Analogous Colors of #dbcb18

#dbcb18 #8adb18 #db6a18

Monochromatic Colors of #dbcb18

#dbcb18

Complementary Color

#dbcb18 #1828db

#dbcb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb18 Color CSS Codes

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

#dbcb18 Text Font Color

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

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


#dbcb18 Background Color

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

This div background color is #dbcb18


#dbcb18 Border Color

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

This div border color is #dbcb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb18


Comments

No comments written yet.

Please login to write comment.