#D7C685

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

Shades of Winter Hazel #D7C685

Tints of Winter Hazel #D7C685

Color information

#D7C685 (or 0xD7C685) is unknown color: approx Winter Hazel. HEX triplet: D7, C6 and 85. RGB value is (215,198,133). Sum of RGB (Red+Green+Blue) = 215+198+133=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C685 is #28397A. Grayscale: #C3C3C3. Windows color (decimal): -2636155 or 8767191. OLE color: 8767191.

HSL color Cylindrical-coordinate representation of color #D7C685: hue angle of 47.56º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7C685 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215198133-
CMYK00.080.380.16
HSL47.56º50.62%68.24%-
HSV(B)47.56º38.14%84.31%-
XYZ52.4556.5330.34-
YUV195.6792.63141.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=39.38%
G=36.26%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519813300.080.380.1647.5650.6268.24
HexD7C685082610303344
Octal32730620501046206063104
Binary11010111110001101000010101000100110100001100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C685; }

 p { color: rgb(215,198,133); }

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

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

 a { background-color: rgb(215,198,133); }

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

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

 span { border-color: rgb(215,198,133); }

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