Color Hex Logo

#dbc302 Color Hex

#DBC302
(219,195,2)
0 Favorites   0 Comments

Color spaces of #dbc302

RGB 2191952
HSL0.150.980.43
HSV53°99°86°
CMYK 0.000.110.99   0.14
XYZ48.739554.09477.9299
Yxy54.09470.44000.4884
Hunter Lab73.5491-10.422645.0919
CIE-Lab78.5169-7.193979.4385

#dbc302 color RGB value is (219,195,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00000010
Octal 333 303 2
Decimal 219 195 2
Hex DB C3 2

RGB Percentages of Color #dbc302

%52.64
%46.88
%0.48

CMYK Percentages of Color #dbc302

%0
%11
%99
%14

Triadic Colors of #dbc302

#dbc302 #02dbc3 #c302db

Analogous Colors of #dbc302

#dbc302 #87db02 #db5602

Monochromatic Colors of #dbc302

#dbc302

Complementary Color

#dbc302 #021adb

#dbc302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc302 Color CSS Codes

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

#dbc302 Text Font Color

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

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


#dbc302 Background Color

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

This div background color is #dbc302


#dbc302 Border Color

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

This div border color is #dbc302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc302


Comments

No comments written yet.

Please login to write comment.