#D0C78B

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

Shades of Winter Hazel #D0C78B

Tints of Winter Hazel #D0C78B

Color information

#D0C78B (or 0xD0C78B) is unknown color: approx Winter Hazel. HEX triplet: D0, C7 and 8B. RGB value is (208,199,139). Sum of RGB (Red+Green+Blue) = 208+199+139=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C78B is #2F3874. Grayscale: #C3C3C3. Windows color (decimal): -3094645 or 9160656. OLE color: 9160656.

HSL color Cylindrical-coordinate representation of color #D0C78B: hue angle of 52.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C78B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208199139-
CMYK00.040.330.18
HSL52.17º42.33%68.04%-
HSV(B)52.17º33.17%81.57%-
XYZ51.156.1232.57-
YUV194.8596.48137.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=38.10%
G=36.45%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819913900.040.330.1852.1742.3368.04
HexD0C78B042112342a44
Octal3203072130441226452104
Binary1101000011000111100010110100100001100101101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C78B; }

 p { color: rgb(208,199,139); }

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

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

 a { background-color: rgb(208,199,139); }

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

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

 span { border-color: rgb(208,199,139); }

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