#D0C38B

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

Shades of Winter Hazel #D0C38B

Tints of Winter Hazel #D0C38B

Color information

#D0C38B (or 0xD0C38B) is unknown color: approx Winter Hazel. HEX triplet: D0, C3 and 8B. RGB value is (208,195,139). Sum of RGB (Red+Green+Blue) = 208+195+139=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C38B is #2F3C74. Grayscale: #C0C0C0. Windows color (decimal): -3095669 or 9159632. OLE color: 9159632.

HSL color Cylindrical-coordinate representation of color #D0C38B: hue angle of 48.7º 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 #D0C38B is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208195139-
CMYK00.060.330.18
HSL48.7º42.33%68.04%-
HSV(B)48.7º33.17%81.57%-
XYZ50.1954.332.26-
YUV192.597.81139.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=38.38%
G=35.98%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819513900.060.330.1848.742.3368.04
HexD0C38B062112312a44
Octal3203032130641226152104
Binary1101000011000011100010110110100001100101100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C38B; }

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

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

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

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

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

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

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

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