Color Hex Logo

#dbc052 Color Hex

#DBC052
(219,192,82)
0 Favorites   0 Comments

Color spaces of #dbc052

RGB 21919282
HSL0.130.660.59
HSV48°63°86°
CMYK 0.000.120.63   0.14
XYZ49.586053.368515.6703
Yxy53.36850.41800.4499
Hunter Lab73.0537-6.685338.4197
CIE-Lab78.0921-3.059057.4178

#dbc052 color RGB value is (219,192,82).

#dbc052 hex color red value is 219, green value is 192 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dbc052 hue: 0.13 , saturation: 0.66 and the lightness value of dbc052 is 0.59.

The process color (four color CMYK) of #dbc052 color hex is 0.00, 0.12, 0.63, 0.14. Web safe color of #dbc052 is #cccc66. Color #dbc052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01010010
Octal 333 300 122
Decimal 219 192 82
Hex DB C0 52

RGB Percentages of Color #dbc052

%44.42
%38.95
%16.63

CMYK Percentages of Color #dbc052

%0
%12
%63
%14

Triadic Colors of #dbc052

#dbc052 #52dbc0 #c052db

Analogous Colors of #dbc052

#dbc052 #b2db52 #db7c52

Monochromatic Colors of #dbc052

#dbc052

Complementary Color

#dbc052 #526ddb

#dbc052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc052 Color CSS Codes

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

#dbc052 Text Font Color

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

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


#dbc052 Background Color

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

This div background color is #dbc052


#dbc052 Border Color

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

This div border color is #dbc052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc052


Comments

No comments written yet.

Please login to write comment.