#D89780

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

Shades of Feldspar #D89780

Tints of Feldspar #D89780

Color information

#D89780 (or 0xD89780) is unknown color: approx Feldspar. HEX triplet: D8, 97 and 80. RGB value is (216,151,128). Sum of RGB (Red+Green+Blue) = 216+151+128=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D89780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89780 is #27687F. Grayscale: #A7A7A7. Windows color (decimal): -2582656 or 8427480. OLE color: 8427480.

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

Color convert

RGB216151128-
CMYK00.300.410.15
HSL15.68º53.01%67.45%-
HSV(B)15.68º40.74%84.71%-
XYZ43.2838.2925.53-
YUV167.81105.53162.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=43.64%
G=30.51%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615112800.300.410.1515.6853.0167.45
HexD8978001E29F103543
Octal33022720003651172065103
Binary1101100010010111100000000111101010011111100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89780; }

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

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

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

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

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

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

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

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