Html Css Color HEX #D5CA88 Winter Hazel

📋 copy color: '#D5CA88'

red 213 ◦ green 202 ◦ blue 136

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

Shades of Winter Hazel #D5CA88

Tints of Winter Hazel #D5CA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.68%

R = 38.66%
G = 36.66%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5CA88 (or 0xD5CA88) is known color: Winter Hazel. HEX triplet: D5, CA and 88. RGB value is (213,202,136). Sum of RGB (Red+Green+Blue) = 213+202+136=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA88 is #2A3577. Grayscale: #C6C6C6. Windows color (decimal): -2766200 or 8964821. OLE color: 8964821.

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

Color convert

RGB 213 202 136 -
CMYK 0 0.05 0.36 0.16
HSL 51.43º 0.48% 0.68% -
HSV(B) 51.43º 0.36% 0.84% -
XYZ 53.01 58.16 31.73 -
YUV 197.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 213 202 136 0 0.05 0.36 0.16 51.43 0.48 0.68
Hex D5 CA 88 0 5 24 10 33 30 44
Octal 325 312 210 0 5 44 20 63 60 104
Binary 11010101 11001010 10001000 0 101 100100 10000 110011 110000 1000100

Color Harmonies of #D5CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA88

Black with #D5CA88

Text Example


Text Example

White with #D5CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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