Html Css Color HEX #D59D78 Feldspar

📋 copy color: '#D59D78'

red 213 ◦ green 157 ◦ blue 120

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

Shades of Feldspar #D59D78

Tints of Feldspar #D59D78

RGB

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

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

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

R = 43.47%
G = 32.04%
B = 24.49%

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

#D59D78 (or 0xD59D78) is known color: Feldspar. HEX triplet: D5, 9D and 78. RGB value is (213,157,120). Sum of RGB (Red+Green+Blue) = 213+157+120=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D78 is #2A6287. Grayscale: #A9A9A9. Windows color (decimal): -2777736 or 7904725. OLE color: 7904725.

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

Color convert

RGB 213 157 120 -
CMYK 0 0.26 0.44 0.16
HSL 23.87º 0.53% 0.65% -
HSV(B) 23.87º 0.44% 0.84% -
XYZ 42.89 39.62 23.16 -
YUV 169.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 213 157 120 0 0.26 0.44 0.16 23.87 0.53 0.65
Hex D5 9D 78 0 1A 2C 10 18 35 41
Octal 325 235 170 0 32 54 20 30 65 101
Binary 11010101 10011101 1111000 0 11010 101100 10000 11000 110101 1000001

Color Harmonies of #D59D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D78

Black with #D59D78

Text Example


Text Example

White with #D59D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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