Html Css Color HEX #D5C58E Winter Hazel

📋 copy color: '#D5C58E'

red 213 ◦ green 197 ◦ blue 142

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

Shades of Winter Hazel #D5C58E

Tints of Winter Hazel #D5C58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 38.59%
G = 35.69%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5C58E (or 0xD5C58E) is known color: Winter Hazel. HEX triplet: D5, C5 and 8E. RGB value is (213,197,142). Sum of RGB (Red+Green+Blue) = 213+197+142=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C58E is #2A3A71. Grayscale: #C3C3C3. Windows color (decimal): -2767474 or 9356757. OLE color: 9356757.

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

Color convert

RGB 213 197 142 -
CMYK 0 0.08 0.33 0.16
HSL 46.48º 0.46% 0.7% -
HSV(B) 46.48º 0.33% 0.84% -
XYZ 52.29 56.03 33.65 -
YUV 195.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 213 197 142 0 0.08 0.33 0.16 46.48 0.46 0.7
Hex D5 C5 8E 0 8 21 10 2E 2E 46
Octal 325 305 216 0 10 41 20 56 56 106
Binary 11010101 11000101 10001110 0 1000 100001 10000 101110 101110 1000110

Color Harmonies of #D5C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C58E

Black with #D5C58E

Text Example


Text Example

White with #D5C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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