Html Css Color HEX #D59D71 Feldspar

📋 copy color: '#D59D71'

red 213 ◦ green 157 ◦ blue 113

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

Shades of Feldspar #D59D71

Tints of Feldspar #D59D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 44.1%
G = 32.51%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59D71 (or 0xD59D71) is known color: Feldspar. HEX triplet: D5, 9D and 71. RGB value is (213,157,113). Sum of RGB (Red+Green+Blue) = 213+157+113=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D71 is #2A628E. Grayscale: #A8A8A8. Windows color (decimal): -2777743 or 7445973. OLE color: 7445973.

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

Color convert

RGB 213 157 113 -
CMYK 0 0.26 0.47 0.16
HSL 26.4º 0.54% 0.64% -
HSV(B) 26.4º 0.47% 0.84% -
XYZ 42.48 39.45 21 -
YUV 168.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 213 157 113 0 0.26 0.47 0.16 26.4 0.54 0.64
Hex D5 9D 71 0 1A 2F 10 1A 36 40
Octal 325 235 161 0 32 57 20 32 66 100
Binary 11010101 10011101 1110001 0 11010 101111 10000 11010 110110 1000000

Color Harmonies of #D59D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D71

Black with #D59D71

Text Example


Text Example

White with #D59D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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