#D1C68A

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

Shades of Winter Hazel #D1C68A

Tints of Winter Hazel #D1C68A

Color information

#D1C68A (or 0xD1C68A) is unknown color: approx Winter Hazel. HEX triplet: D1, C6 and 8A. RGB value is (209,198,138). Sum of RGB (Red+Green+Blue) = 209+198+138=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C68A is #2E3975. Grayscale: #C2C2C2. Windows color (decimal): -3029366 or 9094865. OLE color: 9094865.

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

Color convert

RGB209198138-
CMYK00.050.340.18
HSL50.7º43.56%68.04%-
HSV(B)50.7º33.97%81.96%-
XYZ51.0855.7832.12-
YUV194.4596.14138.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=38.35%
G=36.33%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919813800.050.340.1850.743.5668.04
HexD1C68A052212332c44
Octal3213062120542226354104
Binary1101000111000110100010100101100010100101100111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C68A; }

 p { color: rgb(209,198,138); }

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

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

 a { background-color: rgb(209,198,138); }

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

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

 span { border-color: rgb(209,198,138); }

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