Html Css Color HEX #D59F73 Feldspar

📋 copy color: '#D59F73'

red 213 ◦ green 159 ◦ blue 115

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

Shades of Feldspar #D59F73

Tints of Feldspar #D59F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.65%

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

R = 43.74%
G = 32.65%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59F73 (or 0xD59F73) is known color: Feldspar. HEX triplet: D5, 9F and 73. RGB value is (213,159,115). Sum of RGB (Red+Green+Blue) = 213+159+115=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F73 is #2A608C. Grayscale: #AAAAAA. Windows color (decimal): -2777229 or 7577557. OLE color: 7577557.

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

Color convert

RGB 213 159 115 -
CMYK 0 0.25 0.46 0.16
HSL 26.94º 0.54% 0.64% -
HSV(B) 26.94º 0.46% 0.84% -
XYZ 42.93 40.18 21.71 -
YUV 170.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 213 159 115 0 0.25 0.46 0.16 26.94 0.54 0.64
Hex D5 9F 73 0 19 2E 10 1B 36 40
Octal 325 237 163 0 31 56 20 33 66 100
Binary 11010101 10011111 1110011 0 11001 101110 10000 11011 110110 1000000

Color Harmonies of #D59F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F73

Black with #D59F73

Text Example


Text Example

White with #D59F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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