#D09875

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

Shades of Feldspar #D09875

Tints of Feldspar #D09875

Color information

#D09875 (or 0xD09875) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 75. RGB value is (208,152,117). Sum of RGB (Red+Green+Blue) = 208+152+117=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09875 is #2F678A. Grayscale: #A4A4A4. Windows color (decimal): -3106699 or 7706832. OLE color: 7706832.

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

Color convert

RGB208152117-
CMYK00.270.440.18
HSL23.08º49.19%63.73%-
HSV(B)23.08º43.75%81.57%-
XYZ40.4537.1521.87-
YUV164.75101.05158.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=43.61%
G=31.87%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815211700.270.440.1823.0849.1963.73
HexD0987501B2C12173140
Octal32023016503354222761100
Binary1101000010011000111010101101110110010010101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09875; }

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

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

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

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

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

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

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

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