Color Hex Logo

#dbc670 Color Hex

#DBC670
(219,198,112)
0 Favorites   0 Comments

Color spaces of #dbc670

RGB 219198112
HSL0.130.600.65
HSV48°49°86°
CMYK 0.000.100.49   0.14
XYZ52.332156.618123.4994
Yxy56.61810.39510.4275
Hunter Lab75.2450-7.533934.1549
CIE-Lab79.9643-3.831845.4886

#dbc670 color RGB value is (219,198,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01110000
Octal 333 306 160
Decimal 219 198 112
Hex DB C6 70

RGB Percentages of Color #dbc670

%41.40
%37.43
%21.17

CMYK Percentages of Color #dbc670

%0
%10
%49
%14

Triadic Colors of #dbc670

#dbc670 #70dbc6 #c670db

Analogous Colors of #dbc670

#dbc670 #bbdb70 #db9170

Monochromatic Colors of #dbc670

#dbc670

Complementary Color

#dbc670 #7085db

#dbc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc670 Color CSS Codes

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

#dbc670 Text Font Color

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

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


#dbc670 Background Color

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

This div background color is #dbc670


#dbc670 Border Color

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

This div border color is #dbc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc670


Comments

No comments written yet.

Please login to write comment.