Color Hex Logo

#dbc770 Color Hex

#DBC770
(219,199,112)
0 Favorites   0 Comments

Color spaces of #dbc770

RGB 219199112
HSL0.140.600.65
HSV49°49°86°
CMYK 0.000.090.49   0.14
XYZ52.561557.076823.5759
Yxy57.07680.39460.4285
Hunter Lab75.5492-8.024134.3824
CIE-Lab80.2228-4.347945.8042

#dbc770 color RGB value is (219,199,112).

#dbc770 hex color red value is 219, green value is 199 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dbc770 hue: 0.14 , saturation: 0.60 and the lightness value of dbc770 is 0.65.

The process color (four color CMYK) of #dbc770 color hex is 0.00, 0.09, 0.49, 0.14. Web safe color of #dbc770 is #cccc66. Color #dbc770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01110000
Octal 333 307 160
Decimal 219 199 112
Hex DB C7 70

RGB Percentages of Color #dbc770

%41.32
%37.55
%21.13

CMYK Percentages of Color #dbc770

%0
%9
%49
%14

Triadic Colors of #dbc770

#dbc770 #70dbc7 #c770db

Analogous Colors of #dbc770

#dbc770 #badb70 #db9270

Monochromatic Colors of #dbc770

#dbc770

Complementary Color

#dbc770 #7084db

#dbc770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc770 Color CSS Codes

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

#dbc770 Text Font Color

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

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


#dbc770 Background Color

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

This div background color is #dbc770


#dbc770 Border Color

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

This div border color is #dbc770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc770


Comments

No comments written yet.

Please login to write comment.