Html Css Color HEX #D5C288 Winter Hazel

📋 copy color: '#D5C288'

red 213 ◦ green 194 ◦ blue 136

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

Shades of Winter Hazel #D5C288

Tints of Winter Hazel #D5C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 39.23%
G = 35.73%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5C288 (or 0xD5C288) is known color: Winter Hazel. HEX triplet: D5, C2 and 88. RGB value is (213,194,136). Sum of RGB (Red+Green+Blue) = 213+194+136=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C288 is #2A3D77. Grayscale: #C1C1C1. Windows color (decimal): -2768248 or 8962773. OLE color: 8962773.

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

Color convert

RGB 213 194 136 -
CMYK 0 0.09 0.36 0.16
HSL 45.19º 0.48% 0.68% -
HSV(B) 45.19º 0.36% 0.84% -
XYZ 51.18 54.51 31.12 -
YUV 193.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 213 194 136 0 0.09 0.36 0.16 45.19 0.48 0.68
Hex D5 C2 88 0 9 24 10 2D 30 44
Octal 325 302 210 0 11 44 20 55 60 104
Binary 11010101 11000010 10001000 0 1001 100100 10000 101101 110000 1000100

Color Harmonies of #D5C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C288

Black with #D5C288

Text Example


Text Example

White with #D5C288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C288; }

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

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

background-color css

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

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

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

border-color css

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

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

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