#D59970

Color #D59970 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D59970

Tints of Feldspar #D59970

Color information

#D59970 (or 0xD59970) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 70. RGB value is (213,153,112). Sum of RGB (Red+Green+Blue) = 213+153+112=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59970 is #2A668F. Grayscale: #A6A6A6. Windows color (decimal): -2778768 or 7379413. OLE color: 7379413.

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

Color convert

RGB213153112-
CMYK00.280.470.16
HSL24.36º54.59%63.73%-
HSV(B)24.36º47.42%83.53%-
XYZ41.7638.120.48-
YUV166.2797.38161.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=44.56%
G=32.01%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315311200.280.470.1624.3654.5963.73
HexD5997001C2F10183740
Octal32523116003457203067100
Binary1101010110011001111000001110010111110000110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59970; }

 p { color: rgb(213,153,112); }

 H1.HeaderClassName
 {
   color: #D59970;
 }
 .AnyTagClassName
 {
   color: #D59970;
 }
</style>
background-color css

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

 a { background-color: rgb(213,153,112); }

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

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

 span { border-color: rgb(213,153,112); }

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