Html Css Color HEX #D5C289 Winter Hazel

📋 copy color: '#D5C289'

red 213 ◦ green 194 ◦ blue 137

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

Shades of Winter Hazel #D5C289

Tints of Winter Hazel #D5C289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.18%

R = 39.15%
G = 35.66%
B = 25.18%

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

#D5C289 (or 0xD5C289) is known color: Winter Hazel. HEX triplet: D5, C2 and 89. RGB value is (213,194,137). Sum of RGB (Red+Green+Blue) = 213+194+137=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C289 is #2A3D76. Grayscale: #C1C1C1. Windows color (decimal): -2768247 or 9028309. OLE color: 9028309.

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

Color convert

RGB 213 194 137 -
CMYK 0 0.09 0.36 0.16
HSL 45º 0.48% 0.69% -
HSV(B) 45º 0.36% 0.84% -
XYZ 51.25 54.54 31.49 -
YUV 193.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 213 194 137 0 0.09 0.36 0.16 45 0.48 0.69
Hex D5 C2 89 0 9 24 10 2D 30 45
Octal 325 302 211 0 11 44 20 55 60 105
Binary 11010101 11000010 10001001 0 1001 100100 10000 101101 110000 1000101

Color Harmonies of #D5C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C289

Black with #D5C289

Text Example


Text Example

White with #D5C289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C289; }

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

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

background-color css

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

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

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

border-color css

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

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

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