Html Css Color HEX #D5C987 Winter Hazel

📋 copy color: '#D5C987'

red 213 ◦ green 201 ◦ blue 135

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

Shades of Winter Hazel #D5C987

Tints of Winter Hazel #D5C987

RGB

 RED value IS 213 (83.59% from 255) = 38.8%

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 135 (53.13% from 255) = 24.59%

R = 38.8%
G = 36.61%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5C987 (or 0xD5C987) is known color: Winter Hazel. HEX triplet: D5, C9 and 87. RGB value is (213,201,135). Sum of RGB (Red+Green+Blue) = 213+201+135=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C987 is #2A3678. Grayscale: #C5C5C5. Windows color (decimal): -2766457 or 8899029. OLE color: 8899029.

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

Color convert

RGB 213 201 135 -
CMYK 0 0.06 0.37 0.16
HSL 50.77º 0.48% 0.68% -
HSV(B) 50.77º 0.37% 0.84% -
XYZ 52.7 57.67 31.28 -
YUV 197.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 213 201 135 0 0.06 0.37 0.16 50.77 0.48 0.68
Hex D5 C9 87 0 6 25 10 33 30 44
Octal 325 311 207 0 6 45 20 63 60 104
Binary 11010101 11001001 10000111 0 110 100101 10000 110011 110000 1000100

Color Harmonies of #D5C987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C987

Black with #D5C987

Text Example


Text Example

White with #D5C987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C987; }

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

 H1.HeaderClassName
 {
   color: #D5C987;
 }
 .AnyTagClassName
 {
   color: #D5C987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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