#D0C07B

Color #D0C07B Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D0C07B

Tints of Winter Hazel #D0C07B

Color information

#D0C07B (or 0xD0C07B) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 7B. RGB value is (208,192,123). Sum of RGB (Red+Green+Blue) = 208+192+123=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C07B is #2F3F84. Grayscale: #BDBDBD. Windows color (decimal): -3096453 or 8110288. OLE color: 8110288.

HSL color Cylindrical-coordinate representation of color #D0C07B: hue angle of 48.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0C07B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208192123-
CMYK00.080.410.18
HSL48.71º47.49%64.9%-
HSV(B)48.71º40.87%81.57%-
XYZ48.4452.5426.33-
YUV188.9290.8141.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=39.77%
G=36.71%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819212300.080.410.1848.7147.4964.9
HexD0C07B082912312f41
Octal32030017301051226157101
Binary1101000011000000111101101000101001100101100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C07B; }

 p { color: rgb(208,192,123); }

 H1.HeaderClassName
 {
   color: #D0C07B;
 }
 .AnyTagClassName
 {
   color: #D0C07B;
 }
</style>
background-color css

<style>
 a { background-color: #D0C07B; }

 a { background-color: rgb(208,192,123); }

 div.DivClassName
 {
   background-color: #D0C07B;
 }
 .BgClassName
 {
   background-color: #D0C07B;
 }
</style>
border-color css

<style>
 span { border-color: #D0C07B; }

 span { border-color: rgb(208,192,123); }

 td.TdClassName
 {
   border-color: #D0C07B;
 }
 .TagClassName
 {
   border-color: #D0C07B;
 }
</style>