Html Css Color HEX #D5C878 Winter Hazel

📋 copy color: '#D5C878'

red 213 ◦ green 200 ◦ blue 120

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

Shades of Winter Hazel #D5C878

Tints of Winter Hazel #D5C878

RGB

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

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

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

R = 39.96%
G = 37.52%
B = 22.51%

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

#D5C878 (or 0xD5C878) is known color: Winter Hazel. HEX triplet: D5, C8 and 78. RGB value is (213,200,120). Sum of RGB (Red+Green+Blue) = 213+200+120=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C878 is #2A3787. Grayscale: #C3C3C3. Windows color (decimal): -2766728 or 7915733. OLE color: 7915733.

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

Color convert

RGB 213 200 120 -
CMYK 0 0.06 0.44 0.16
HSL 51.61º 0.53% 0.65% -
HSV(B) 51.61º 0.44% 0.84% -
XYZ 51.49 56.81 26.02 -
YUV 194.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 213 200 120 0 0.06 0.44 0.16 51.61 0.53 0.65
Hex D5 C8 78 0 6 2C 10 34 35 41
Octal 325 310 170 0 6 54 20 64 65 101
Binary 11010101 11001000 1111000 0 110 101100 10000 110100 110101 1000001

Color Harmonies of #D5C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C878

Black with #D5C878

Text Example


Text Example

White with #D5C878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C878; }

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

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

background-color css

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

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

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

border-color css

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

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

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