#D89470

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

Shades of Feldspar #D89470

Tints of Feldspar #D89470

Color information

#D89470 (or 0xD89470) is unknown color: approx Feldspar. HEX triplet: D8, 94 and 70. RGB value is (216,148,112). Sum of RGB (Red+Green+Blue) = 216+148+112=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D89470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89470 is #276B8F. Grayscale: #A4A4A4. Windows color (decimal): -2583440 or 7378136. OLE color: 7378136.

HSL color Cylindrical-coordinate representation of color #D89470: hue angle of 20.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D89470 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216148112-
CMYK00.310.480.15
HSL20.77º57.14%64.31%-
HSV(B)20.77º48.15%84.71%-
XYZ41.8336.9520.26-
YUV164.2398.53164.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=45.38%
G=31.09%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614811200.310.480.1520.7757.1464.31
HexD8947001F30F153940
Octal33022416003760172571100
Binary110110001001010011100000111111100001111101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89470; }

 p { color: rgb(216,148,112); }

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

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

 a { background-color: rgb(216,148,112); }

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

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

 span { border-color: rgb(216,148,112); }

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