#D09975

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

Shades of Feldspar #D09975

Tints of Feldspar #D09975

Color information

#D09975 (or 0xD09975) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 75. RGB value is (208,153,117). Sum of RGB (Red+Green+Blue) = 208+153+117=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D09975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09975 is #2F668A. Grayscale: #A5A5A5. Windows color (decimal): -3106443 or 7707088. OLE color: 7707088.

HSL color Cylindrical-coordinate representation of color #D09975: hue angle of 23.74º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D09975 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208153117-
CMYK00.260.440.18
HSL23.74º49.19%63.73%-
HSV(B)23.74º43.75%81.57%-
XYZ40.6137.4821.92-
YUV165.34100.72158.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=43.51%
G=32.01%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815311700.260.440.1823.7449.1963.73
HexD0997501A2C12183140
Octal32023116503254223061100
Binary1101000010011001111010101101010110010010110001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09975; }

 p { color: rgb(208,153,117); }

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

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

 a { background-color: rgb(208,153,117); }

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

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

 span { border-color: rgb(208,153,117); }

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