Html Css Color HEX #D5C978 Winter Hazel

📋 copy color: '#D5C978'

red 213 ◦ green 201 ◦ blue 120

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

Shades of Winter Hazel #D5C978

Tints of Winter Hazel #D5C978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 39.89%
G = 37.64%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5C978 (or 0xD5C978) is known color: Winter Hazel. HEX triplet: D5, C9 and 78. RGB value is (213,201,120). Sum of RGB (Red+Green+Blue) = 213+201+120=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C978 is #2A3687. Grayscale: #C3C3C3. Windows color (decimal): -2766472 or 7915989. OLE color: 7915989.

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

Color convert

RGB 213 201 120 -
CMYK 0 0.06 0.44 0.16
HSL 52.26º 0.53% 0.65% -
HSV(B) 52.26º 0.44% 0.84% -
XYZ 51.72 57.28 26.1 -
YUV 195.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 213 201 120 0 0.06 0.44 0.16 52.26 0.53 0.65
Hex D5 C9 78 0 6 2C 10 34 35 41
Octal 325 311 170 0 6 54 20 64 65 101
Binary 11010101 11001001 1111000 0 110 101100 10000 110100 110101 1000001

Color Harmonies of #D5C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C978

Black with #D5C978

Text Example


Text Example

White with #D5C978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C978; }

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

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

background-color css

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

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

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

border-color css

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

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

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