#D09876

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

Shades of Feldspar #D09876

Tints of Feldspar #D09876

Color information

#D09876 (or 0xD09876) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 76. RGB value is (208,152,118). Sum of RGB (Red+Green+Blue) = 208+152+118=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D09876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09876 is #2F6789. Grayscale: #A5A5A5. Windows color (decimal): -3106698 or 7772368. OLE color: 7772368.

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

Color convert

RGB208152118-
CMYK00.270.430.18
HSL22.67º48.91%63.92%-
HSV(B)22.67º43.27%81.57%-
XYZ40.5137.1722.18-
YUV164.87101.55158.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=43.51%
G=31.80%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815211800.270.430.1822.6748.9163.92
HexD0987601B2B12173140
Octal32023016603353222761100
Binary1101000010011000111011001101110101110010101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09876; }

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

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

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

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

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

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

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

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