Html Css Color HEX #D59E77 Feldspar

📋 copy color: '#D59E77'

red 213 ◦ green 158 ◦ blue 119

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

Shades of Feldspar #D59E77

Tints of Feldspar #D59E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 119 (46.88% from 255) = 24.29%

R = 43.47%
G = 32.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D59E77 (or 0xD59E77) is known color: Feldspar. HEX triplet: D5, 9E and 77. RGB value is (213,158,119). Sum of RGB (Red+Green+Blue) = 213+158+119=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E77 is #2A6188. Grayscale: #AAAAAA. Windows color (decimal): -2777481 or 7839445. OLE color: 7839445.

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

Color convert

RGB 213 158 119 -
CMYK 0 0.26 0.44 0.16
HSL 24.89º 0.53% 0.65% -
HSV(B) 24.89º 0.44% 0.84% -
XYZ 43 39.93 22.89 -
YUV 170 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 213 158 119 0 0.26 0.44 0.16 24.89 0.53 0.65
Hex D5 9E 77 0 1A 2C 10 19 35 41
Octal 325 236 167 0 32 54 20 31 65 101
Binary 11010101 10011110 1110111 0 11010 101100 10000 11001 110101 1000001

Color Harmonies of #D59E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E77

Black with #D59E77

Text Example


Text Example

White with #D59E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E77; }

 p { color: rgb(213,158,119); }

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

background-color css

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

 a { background-color: rgb(213,158,119); }

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

border-color css

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

 span { border-color: rgb(213,158,119); }

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