Color Hex Logo

#dbc602 Color Hex

#DBC602
(219,198,2)
0 Favorites   0 Comments

Color spaces of #dbc602

RGB 2191982
HSL0.150.980.43
HSV54°99°86°
CMYK 0.000.100.99   0.14
XYZ49.418555.45268.1562
Yxy55.45260.43720.4906
Hunter Lab74.4665-11.857745.6326
CIE-Lab79.3013-8.724880.0038

#dbc602 color RGB value is (219,198,2).

#dbc602 hex color red value is 219, green value is 198 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dbc602 hue: 0.15 , saturation: 0.98 and the lightness value of dbc602 is 0.43.

The process color (four color CMYK) of #dbc602 color hex is 0.00, 0.10, 0.99, 0.14. Web safe color of #dbc602 is #cccc00. Color #dbc602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00000010
Octal 333 306 2
Decimal 219 198 2
Hex DB C6 2

RGB Percentages of Color #dbc602

%52.27
%47.26
%0.48

CMYK Percentages of Color #dbc602

%0
%10
%99
%14

Triadic Colors of #dbc602

#dbc602 #02dbc6 #c602db

Analogous Colors of #dbc602

#dbc602 #84db02 #db5a02

Monochromatic Colors of #dbc602

#dbc602

Complementary Color

#dbc602 #0217db

#dbc602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc602 Color CSS Codes

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

#dbc602 Text Font Color

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

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


#dbc602 Background Color

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

This div background color is #dbc602


#dbc602 Border Color

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

This div border color is #dbc602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc602


Comments

No comments written yet.

Please login to write comment.