Html Css Color HEX #D5CA86 Winter Hazel

📋 copy color: '#D5CA86'

red 213 ◦ green 202 ◦ blue 134

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

Shades of Winter Hazel #D5CA86

Tints of Winter Hazel #D5CA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 38.8%
G = 36.79%
B = 24.41%

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

#D5CA86 (or 0xD5CA86) is known color: Winter Hazel. HEX triplet: D5, CA and 86. RGB value is (213,202,134). Sum of RGB (Red+Green+Blue) = 213+202+134=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA86 is #2A3579. Grayscale: #C5C5C5. Windows color (decimal): -2766202 or 8833749. OLE color: 8833749.

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

Color convert

RGB 213 202 134 -
CMYK 0 0.05 0.37 0.16
HSL 51.65º 0.48% 0.68% -
HSV(B) 51.65º 0.37% 0.84% -
XYZ 52.86 58.11 30.98 -
YUV 197.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 213 202 134 0 0.05 0.37 0.16 51.65 0.48 0.68
Hex D5 CA 86 0 5 25 10 34 30 44
Octal 325 312 206 0 5 45 20 64 60 104
Binary 11010101 11001010 10000110 0 101 100101 10000 110100 110000 1000100

Color Harmonies of #D5CA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA86

Black with #D5CA86

Text Example


Text Example

White with #D5CA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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