#D2C38D

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

Shades of Winter Hazel #D2C38D

Tints of Winter Hazel #D2C38D

Color information

#D2C38D (or 0xD2C38D) is unknown color: approx Winter Hazel. HEX triplet: D2, C3 and 8D. RGB value is (210,195,141). Sum of RGB (Red+Green+Blue) = 210+195+141=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C38D is #2D3C72. Grayscale: #C1C1C1. Windows color (decimal): -2964595 or 9290706. OLE color: 9290706.

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

Color convert

RGB210195141-
CMYK00.070.330.18
HSL46.96º43.4%68.82%-
HSV(B)46.96º32.86%82.35%-
XYZ50.954.6533.07-
YUV193.3398.47139.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=38.46%
G=35.71%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019514100.070.330.1846.9643.468.82
HexD2C38D0721122f2b45
Octal3223032150741225753105
Binary1101001011000011100011010111100001100101011111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C38D; }

 p { color: rgb(210,195,141); }

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

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

 a { background-color: rgb(210,195,141); }

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

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

 span { border-color: rgb(210,195,141); }

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