Html Css Color HEX #D59D73 Feldspar

📋 copy color: '#D59D73'

red 213 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D59D73

Tints of Feldspar #D59D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 43.92%
G = 32.37%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59D73 (or 0xD59D73) is known color: Feldspar. HEX triplet: D5, 9D and 73. RGB value is (213,157,115). Sum of RGB (Red+Green+Blue) = 213+157+115=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D73 is #2A628C. Grayscale: #A9A9A9. Windows color (decimal): -2777741 or 7577045. OLE color: 7577045.

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

Color convert

RGB 213 157 115 -
CMYK 0 0.26 0.46 0.16
HSL 25.71º 0.54% 0.64% -
HSV(B) 25.71º 0.46% 0.84% -
XYZ 42.59 39.5 21.6 -
YUV 168.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 213 157 115 0 0.26 0.46 0.16 25.71 0.54 0.64
Hex D5 9D 73 0 1A 2E 10 1A 36 40
Octal 325 235 163 0 32 56 20 32 66 100
Binary 11010101 10011101 1110011 0 11010 101110 10000 11010 110110 1000000

Color Harmonies of #D59D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D73

Black with #D59D73

Text Example


Text Example

White with #D59D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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