#D5C98B

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

Shades of Winter Hazel #D5C98B

Tints of Winter Hazel #D5C98B

Color information

#D5C98B (or 0xD5C98B) is unknown color: approx Winter Hazel. HEX triplet: D5, C9 and 8B. RGB value is (213,201,139). Sum of RGB (Red+Green+Blue) = 213+201+139=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C98B is #2A3674. Grayscale: #C5C5C5. Windows color (decimal): -2766453 or 9161173. OLE color: 9161173.

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

Color convert

RGB213201139-
CMYK00.060.350.16
HSL50.27º46.84%69.02%-
HSV(B)50.27º34.74%83.53%-
XYZ52.9957.7832.79-
YUV197.5294.98139.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=38.52%
G=36.35%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320113900.060.350.1650.2746.8469.02
HexD5C98B062310322f45
Octal3253112130643206257105
Binary1101010111001001100010110110100011100001100101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C98B; }

 p { color: rgb(213,201,139); }

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

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

 a { background-color: rgb(213,201,139); }

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

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

 span { border-color: rgb(213,201,139); }

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