Html Css Color HEX #D5C879 Winter Hazel

📋 copy color: '#D5C879'

red 213 ◦ green 200 ◦ blue 121

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

Shades of Winter Hazel #D5C879

Tints of Winter Hazel #D5C879

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 121 (47.66% from 255) = 22.66%

R = 39.89%
G = 37.45%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5C879 (or 0xD5C879) is known color: Winter Hazel. HEX triplet: D5, C8 and 79. RGB value is (213,200,121). Sum of RGB (Red+Green+Blue) = 213+200+121=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C879 is #2A3786. Grayscale: #C3C3C3. Windows color (decimal): -2766727 or 7981269. OLE color: 7981269.

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

Color convert

RGB 213 200 121 -
CMYK 0 0.06 0.43 0.16
HSL 51.52º 0.52% 0.65% -
HSV(B) 51.52º 0.43% 0.84% -
XYZ 51.55 56.84 26.34 -
YUV 194.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 213 200 121 0 0.06 0.43 0.16 51.52 0.52 0.65
Hex D5 C8 79 0 6 2B 10 34 34 41
Octal 325 310 171 0 6 53 20 64 64 101
Binary 11010101 11001000 1111001 0 110 101011 10000 110100 110100 1000001

Color Harmonies of #D5C879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C879

Black with #D5C879

Text Example


Text Example

White with #D5C879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C879; }

 p { color: rgb(213,200,121); }

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

background-color css

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

 a { background-color: rgb(213,200,121); }

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

border-color css

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

 span { border-color: rgb(213,200,121); }

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