Html Css Color HEX #D59C71 Feldspar

📋 copy color: '#D59C71'

red 213 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D59C71

Tints of Feldspar #D59C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

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

R = 44.19%
G = 32.37%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59C71 (or 0xD59C71) is known color: Feldspar. HEX triplet: D5, 9C and 71. RGB value is (213,156,113). Sum of RGB (Red+Green+Blue) = 213+156+113=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C71 is #2A638E. Grayscale: #A8A8A8. Windows color (decimal): -2777999 or 7445717. OLE color: 7445717.

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

Color convert

RGB 213 156 113 -
CMYK 0 0.27 0.47 0.16
HSL 25.8º 0.54% 0.64% -
HSV(B) 25.8º 0.47% 0.84% -
XYZ 42.31 39.12 20.94 -
YUV 168.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 213 156 113 0 0.27 0.47 0.16 25.8 0.54 0.64
Hex D5 9C 71 0 1B 2F 10 1A 36 40
Octal 325 234 161 0 33 57 20 32 66 100
Binary 11010101 10011100 1110001 0 11011 101111 10000 11010 110110 1000000

Color Harmonies of #D59C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C71

Black with #D59C71

Text Example


Text Example

White with #D59C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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