#D09781

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

Shades of Feldspar #D09781

Tints of Feldspar #D09781

Color information

#D09781 (or 0xD09781) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 81. RGB value is (208,151,129). Sum of RGB (Red+Green+Blue) = 208+151+129=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09781 is #2F687E. Grayscale: #A5A5A5. Windows color (decimal): -3106943 or 8493008. OLE color: 8493008.

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

Color convert

RGB208151129-
CMYK00.270.380.18
HSL16.71º45.66%66.08%-
HSV(B)16.71º37.98%81.57%-
XYZ41.0437.1325.77-
YUV165.54107.38158.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=42.62%
G=30.94%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815112900.270.380.1816.7145.6666.08
HexD0978101B2612112e42
Octal32022720103346222156102
Binary11010000100101111000000101101110011010010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09781; }

 p { color: rgb(208,151,129); }

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

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

 a { background-color: rgb(208,151,129); }

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

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

 span { border-color: rgb(208,151,129); }

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