Color Hex Logo

#dbcb16 Color Hex

#DBCB16
(219,203,22)
0 Favorites   0 Comments

Color spaces of #dbcb16

RGB 21920322
HSL0.150.820.47
HSV55°90°86°
CMYK 0.000.070.90   0.14
XYZ50.714257.82999.2484
Yxy57.82990.43050.4909
Hunter Lab76.0460-14.040846.0216
CIE-Lab80.6441-11.029578.7123

#dbcb16 color RGB value is (219,203,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00010110
Octal 333 313 26
Decimal 219 203 22
Hex DB CB 16

RGB Percentages of Color #dbcb16

%49.32
%45.72
%4.95

CMYK Percentages of Color #dbcb16

%0
%7
%90
%14

Triadic Colors of #dbcb16

#dbcb16 #16dbcb #cb16db

Analogous Colors of #dbcb16

#dbcb16 #89db16 #db6916

Monochromatic Colors of #dbcb16

#dbcb16

Complementary Color

#dbcb16 #1626db

#dbcb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb16 Color CSS Codes

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

#dbcb16 Text Font Color

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

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


#dbcb16 Background Color

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

This div background color is #dbcb16


#dbcb16 Border Color

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

This div border color is #dbcb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb16


Comments

No comments written yet.

Please login to write comment.