Html Css Color HEX #D5C57C Winter Hazel

📋 copy color: '#D5C57C'

red 213 ◦ green 197 ◦ blue 124

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

Shades of Winter Hazel #D5C57C

Tints of Winter Hazel #D5C57C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 124 (48.83% from 255) = 23.22%

R = 39.89%
G = 36.89%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5C57C (or 0xD5C57C) is known color: Winter Hazel. HEX triplet: D5, C5 and 7C. RGB value is (213,197,124). Sum of RGB (Red+Green+Blue) = 213+197+124=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C57C is #2A3A83. Grayscale: #C1C1C1. Windows color (decimal): -2767492 or 8177109. OLE color: 8177109.

HSL color Cylindrical-coordinate representation of color #D5C57C: hue angle of 49.21º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5C57C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 124 -
CMYK 0 0.08 0.42 0.16
HSL 49.21º 0.51% 0.66% -
HSV(B) 49.21º 0.42% 0.84% -
XYZ 51.04 55.53 27.1 -
YUV 193.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 213 197 124 0 0.08 0.42 0.16 49.21 0.51 0.66
Hex D5 C5 7C 0 8 2A 10 31 33 42
Octal 325 305 174 0 10 52 20 61 63 102
Binary 11010101 11000101 1111100 0 1000 101010 10000 110001 110011 1000010

Color Harmonies of #D5C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C57C

Black with #D5C57C

Text Example


Text Example

White with #D5C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C57C; }

 p { color: rgb(213,197,124); }

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

background-color css

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

 a { background-color: rgb(213,197,124); }

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

border-color css

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

 span { border-color: rgb(213,197,124); }

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