Html Css Color HEX #D5C98B Winter Hazel

📋 copy color: '#D5C98B'

red 213 ◦ green 201 ◦ blue 139

#D5C98B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D5C98B

Tints of Winter Hazel #D5C98B

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 value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5C98B (or 0xD5C98B) is known color: 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

RGB 213 201 139 -
CMYK 0 0.06 0.35 0.16
HSL 50.27º 0.47% 0.69% -
HSV(B) 50.27º 0.35% 0.84% -
XYZ 52.99 57.78 32.79 -
YUV 197.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 213 201 139 0 0.06 0.35 0.16 50.27 0.47 0.69
Hex D5 C9 8B 0 6 23 10 32 2F 45
Octal 325 311 213 0 6 43 20 62 57 105
Binary 11010101 11001001 10001011 0 110 100011 10000 110010 101111 1000101

Color Harmonies of #D5C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C98B

Black with #D5C98B

Text Example


Text Example

White with #D5C98B

Text Example


Text Example

HTML Codes & Css Web 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>