Html Css Color HEX #D59C73 Feldspar

📋 copy color: '#D59C73'

red 213 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #D59C73

Tints of Feldspar #D59C73

RGB

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

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

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

R = 44.01%
G = 32.23%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59C73 (or 0xD59C73) is known color: Feldspar. HEX triplet: D5, 9C and 73. RGB value is (213,156,115). Sum of RGB (Red+Green+Blue) = 213+156+115=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C73 is #2A638C. Grayscale: #A8A8A8. Windows color (decimal): -2777997 or 7576789. OLE color: 7576789.

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

Color convert

RGB 213 156 115 -
CMYK 0 0.27 0.46 0.16
HSL 25.1º 0.54% 0.64% -
HSV(B) 25.1º 0.46% 0.84% -
XYZ 42.42 39.16 21.54 -
YUV 168.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 213 156 115 0 0.27 0.46 0.16 25.1 0.54 0.64
Hex D5 9C 73 0 1B 2E 10 19 36 40
Octal 325 234 163 0 33 56 20 31 66 100
Binary 11010101 10011100 1110011 0 11011 101110 10000 11001 110110 1000000

Color Harmonies of #D59C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C73

Black with #D59C73

Text Example


Text Example

White with #D59C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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