Color Hex Logo

#dbc433 Color Hex

#DBC433
(219,196,51)
0 Favorites   0 Comments

Color spaces of #dbc433

RGB 21919651
HSL0.140.700.53
HSV52°77°86°
CMYK 0.000.110.77   0.14
XYZ49.550954.778911.0937
Yxy54.77890.42930.4746
Hunter Lab74.0128-10.018242.9220
CIE-Lab78.9137-6.695770.2325

#dbc433 color RGB value is (219,196,51).

#dbc433 hex color red value is 219, green value is 196 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dbc433 hue: 0.14 , saturation: 0.70 and the lightness value of dbc433 is 0.53.

The process color (four color CMYK) of #dbc433 color hex is 0.00, 0.11, 0.77, 0.14. Web safe color of #dbc433 is #cccc33. Color #dbc433 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00110011
Octal 333 304 63
Decimal 219 196 51
Hex DB C4 33

RGB Percentages of Color #dbc433

%47.00
%42.06
%10.94

CMYK Percentages of Color #dbc433

%0
%11
%77
%14

Triadic Colors of #dbc433

#dbc433 #33dbc4 #c433db

Analogous Colors of #dbc433

#dbc433 #9edb33 #db7033

Monochromatic Colors of #dbc433

#dbc433

Complementary Color

#dbc433 #334adb

#dbc433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc433 Color CSS Codes

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

#dbc433 Text Font Color

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

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


#dbc433 Background Color

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

This div background color is #dbc433


#dbc433 Border Color

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

This div border color is #dbc433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc433


Comments

No comments written yet.

Please login to write comment.