Color Hex Logo

#dbc702 Color Hex

#DBC702
(219,199,2)
0 Favorites   0 Comments

Color spaces of #dbc702

RGB 2191992
HSL0.150.980.43
HSV54°99°86°
CMYK 0.000.090.99   0.14
XYZ49.647855.91138.2327
Yxy55.91130.43630.4913
Hunter Lab74.7739-12.335145.8138
CIE-Lab79.5633-9.233580.1928

#dbc702 color RGB value is (219,199,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00000010
Octal 333 307 2
Decimal 219 199 2
Hex DB C7 2

RGB Percentages of Color #dbc702

%52.14
%47.38
%0.48

CMYK Percentages of Color #dbc702

%0
%9
%99
%14

Triadic Colors of #dbc702

#dbc702 #02dbc7 #c702db

Analogous Colors of #dbc702

#dbc702 #83db02 #db5b02

Monochromatic Colors of #dbc702

#dbc702

Complementary Color

#dbc702 #0216db

#dbc702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc702 Color CSS Codes

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

#dbc702 Text Font Color

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

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


#dbc702 Background Color

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

This div background color is #dbc702


#dbc702 Border Color

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

This div border color is #dbc702


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,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 #dbc702">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc702


Comments

No comments written yet.

Please login to write comment.