Html Css Color HEX #D5C976 Winter Hazel

📋 copy color: '#D5C976'

red 213 ◦ green 201 ◦ blue 118

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

Shades of Winter Hazel #D5C976

Tints of Winter Hazel #D5C976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 40.04%
G = 37.78%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5C976 (or 0xD5C976) is known color: Winter Hazel. HEX triplet: D5, C9 and 76. RGB value is (213,201,118). Sum of RGB (Red+Green+Blue) = 213+201+118=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C976 is #2A3689. Grayscale: #C3C3C3. Windows color (decimal): -2766474 or 7784917. OLE color: 7784917.

HSL color Cylindrical-coordinate representation of color #D5C976: hue angle of 52.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5C976 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 118 -
CMYK 0 0.06 0.45 0.16
HSL 52.42º 0.53% 0.65% -
HSV(B) 52.42º 0.45% 0.84% -
XYZ 51.6 57.23 25.47 -
YUV 195.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 213 201 118 0 0.06 0.45 0.16 52.42 0.53 0.65
Hex D5 C9 76 0 6 2D 10 34 35 41
Octal 325 311 166 0 6 55 20 64 65 101
Binary 11010101 11001001 1110110 0 110 101101 10000 110100 110101 1000001

Color Harmonies of #D5C976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C976

Black with #D5C976

Text Example


Text Example

White with #D5C976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C976; }

 p { color: rgb(213,201,118); }

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

background-color css

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

 a { background-color: rgb(213,201,118); }

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

border-color css

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

 span { border-color: rgb(213,201,118); }

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