Html Css Color HEX #D59D76 Feldspar

📋 copy color: '#D59D76'

red 213 ◦ green 157 ◦ blue 118

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

Shades of Feldspar #D59D76

Tints of Feldspar #D59D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 43.65%
G = 32.17%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D59D76 (or 0xD59D76) is known color: Feldspar. HEX triplet: D5, 9D and 76. RGB value is (213,157,118). Sum of RGB (Red+Green+Blue) = 213+157+118=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D76 is #2A6289. Grayscale: #A9A9A9. Windows color (decimal): -2777738 or 7773653. OLE color: 7773653.

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

Color convert

RGB 213 157 118 -
CMYK 0 0.26 0.45 0.16
HSL 24.63º 0.53% 0.65% -
HSV(B) 24.63º 0.45% 0.84% -
XYZ 42.77 39.57 22.52 -
YUV 169.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 213 157 118 0 0.26 0.45 0.16 24.63 0.53 0.65
Hex D5 9D 76 0 1A 2D 10 19 35 41
Octal 325 235 166 0 32 55 20 31 65 101
Binary 11010101 10011101 1110110 0 11010 101101 10000 11001 110101 1000001

Color Harmonies of #D59D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D76

Black with #D59D76

Text Example


Text Example

White with #D59D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D76; }

 p { color: rgb(213,157,118); }

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

background-color css

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

 a { background-color: rgb(213,157,118); }

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

border-color css

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

 span { border-color: rgb(213,157,118); }

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