Html Css Color HEX #D5CC88 Winter Hazel

📋 copy color: '#D5CC88'

red 213 ◦ green 204 ◦ blue 136

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

Shades of Winter Hazel #D5CC88

Tints of Winter Hazel #D5CC88

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 38.52%
G = 36.89%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5CC88 (or 0xD5CC88) is known color: Winter Hazel. HEX triplet: D5, CC and 88. RGB value is (213,204,136). Sum of RGB (Red+Green+Blue) = 213+204+136=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC88 is #2A3377. Grayscale: #C7C7C7. Windows color (decimal): -2765688 or 8965333. OLE color: 8965333.

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

Color convert

RGB 213 204 136 -
CMYK 0 0.04 0.36 0.16
HSL 52.99º 0.48% 0.68% -
HSV(B) 52.99º 0.36% 0.84% -
XYZ 53.48 59.11 31.88 -
YUV 198.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 213 204 136 0 0.04 0.36 0.16 52.99 0.48 0.68
Hex D5 CC 88 0 4 24 10 35 30 44
Octal 325 314 210 0 4 44 20 65 60 104
Binary 11010101 11001100 10001000 0 100 100100 10000 110101 110000 1000100

Color Harmonies of #D5CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC88

Black with #D5CC88

Text Example


Text Example

White with #D5CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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