#D89781

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

Shades of Feldspar #D89781

Tints of Feldspar #D89781

Color information

#D89781 (or 0xD89781) is unknown color: approx Feldspar. HEX triplet: D8, 97 and 81. RGB value is (216,151,129). Sum of RGB (Red+Green+Blue) = 216+151+129=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D89781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89781 is #27687E. Grayscale: #A8A8A8. Windows color (decimal): -2582655 or 8493016. OLE color: 8493016.

HSL color Cylindrical-coordinate representation of color #D89781: hue angle of 15.17º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D89781 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216151129-
CMYK00.300.400.15
HSL15.17º52.73%67.65%-
HSV(B)15.17º40.28%84.71%-
XYZ43.3538.3225.88-
YUV167.93106.03162.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=43.55%
G=30.44%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615112900.300.400.1515.1752.7367.65
HexD8978101E28Ff3544
Octal33022720103650171765104
Binary110110001001011110000001011110101000111111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89781; }

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

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

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

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

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

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

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

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