#D09170

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

Shades of Feldspar #D09170

Tints of Feldspar #D09170

Color information

#D09170 (or 0xD09170) is unknown color: approx Feldspar. HEX triplet: D0, 91 and 70. RGB value is (208,145,112). Sum of RGB (Red+Green+Blue) = 208+145+112=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09170 is #2F6E8F. Grayscale: #A0A0A0. Windows color (decimal): -3108496 or 7377360. OLE color: 7377360.

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

Color convert

RGB208145112-
CMYK00.300.460.18
HSL20.63º50.53%62.75%-
HSV(B)20.63º46.15%81.57%-
XYZ39.0634.8319.99-
YUV160.07100.87162.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=44.73%
G=31.18%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814511200.300.460.1820.6350.5362.75
HexD0917001E2E1215333f
Octal3202211600365622256377
Binary110100001001000111100000111101011101001010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09170; }

 p { color: rgb(208,145,112); }

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

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

 a { background-color: rgb(208,145,112); }

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

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

 span { border-color: rgb(208,145,112); }

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