Html Css Color HEX #D59C79 Feldspar

📋 copy color: '#D59C79'

red 213 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #D59C79

Tints of Feldspar #D59C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 43.47%
G = 31.84%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D59C79 (or 0xD59C79) is known color: Feldspar. HEX triplet: D5, 9C and 79. RGB value is (213,156,121). Sum of RGB (Red+Green+Blue) = 213+156+121=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C79 is #2A6386. Grayscale: #A9A9A9. Windows color (decimal): -2777991 or 7970005. OLE color: 7970005.

HSL color Cylindrical-coordinate representation of color #D59C79: hue angle of 22.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59C79 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 121 -
CMYK 0 0.27 0.43 0.16
HSL 22.83º 0.52% 0.65% -
HSV(B) 22.83º 0.43% 0.84% -
XYZ 42.78 39.3 23.42 -
YUV 169.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 213 156 121 0 0.27 0.43 0.16 22.83 0.52 0.65
Hex D5 9C 79 0 1B 2B 10 17 34 41
Octal 325 234 171 0 33 53 20 27 64 101
Binary 11010101 10011100 1111001 0 11011 101011 10000 10111 110100 1000001

Color Harmonies of #D59C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C79

Black with #D59C79

Text Example


Text Example

White with #D59C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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