Html Css Color HEX #D5CA87 Winter Hazel

📋 copy color: '#D5CA87'

red 213 ◦ green 202 ◦ blue 135

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

Shades of Winter Hazel #D5CA87

Tints of Winter Hazel #D5CA87

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

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

R = 38.73%
G = 36.73%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5CA87 (or 0xD5CA87) is known color: Winter Hazel. HEX triplet: D5, CA and 87. RGB value is (213,202,135). Sum of RGB (Red+Green+Blue) = 213+202+135=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA87 is #2A3578. Grayscale: #C5C5C5. Windows color (decimal): -2766201 or 8899285. OLE color: 8899285.

HSL color Cylindrical-coordinate representation of color #D5CA87: hue angle of 51.54º 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 #D5CA87 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 135 -
CMYK 0 0.05 0.37 0.16
HSL 51.54º 0.48% 0.68% -
HSV(B) 51.54º 0.37% 0.84% -
XYZ 52.93 58.14 31.35 -
YUV 197.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 213 202 135 0 0.05 0.37 0.16 51.54 0.48 0.68
Hex D5 CA 87 0 5 25 10 34 30 44
Octal 325 312 207 0 5 45 20 64 60 104
Binary 11010101 11001010 10000111 0 101 100101 10000 110100 110000 1000100

Color Harmonies of #D5CA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA87

Black with #D5CA87

Text Example


Text Example

White with #D5CA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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