#D7C98A

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

Shades of Winter Hazel #D7C98A

Tints of Winter Hazel #D7C98A

Color information

#D7C98A (or 0xD7C98A) is unknown color: approx Winter Hazel. HEX triplet: D7, C9 and 8A. RGB value is (215,201,138). Sum of RGB (Red+Green+Blue) = 215+201+138=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C98A is #283675. Grayscale: #C6C6C6. Windows color (decimal): -2635382 or 9095639. OLE color: 9095639.

HSL color Cylindrical-coordinate representation of color #D7C98A: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7C98A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215201138-
CMYK00.070.360.16
HSL49.09º49.04%69.22%-
HSV(B)49.09º35.81%84.31%-
XYZ53.558.0632.43-
YUV19894.14140.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=38.81%
G=36.28%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520113800.070.360.1649.0949.0469.22
HexD7C98A072410313145
Octal3273112120744206161105
Binary1101011111001001100010100111100100100001100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C98A; }

 p { color: rgb(215,201,138); }

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

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

 a { background-color: rgb(215,201,138); }

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

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

 span { border-color: rgb(215,201,138); }

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