#D09878

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

Shades of Feldspar #D09878

Tints of Feldspar #D09878

Color information

#D09878 (or 0xD09878) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 78. RGB value is (208,152,120). Sum of RGB (Red+Green+Blue) = 208+152+120=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D09878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09878 is #2F6787. Grayscale: #A5A5A5. Windows color (decimal): -3106696 or 7903440. OLE color: 7903440.

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

Color convert

RGB208152120-
CMYK00.270.420.18
HSL21.82º48.35%64.31%-
HSV(B)21.82º42.31%81.57%-
XYZ40.6337.2222.81-
YUV165.1102.55158.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 120 (47.27% from 255) = 25%
R=43.33%
G=31.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815212000.270.420.1821.8248.3564.31
HexD0987801B2A12163040
Octal32023017003352222660100
Binary1101000010011000111100001101110101010010101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09878; }

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

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

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

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

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

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

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

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