#D09177

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

Shades of Feldspar #D09177

Tints of Feldspar #D09177

Color information

#D09177 (or 0xD09177) is unknown color: approx Feldspar. HEX triplet: D0, 91 and 77. RGB value is (208,145,119). Sum of RGB (Red+Green+Blue) = 208+145+119=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09177 is #2F6E88. Grayscale: #A1A1A1. Windows color (decimal): -3108489 or 7836112. OLE color: 7836112.

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

Color convert

RGB208145119-
CMYK00.300.430.18
HSL17.53º48.63%64.12%-
HSV(B)17.53º42.79%81.57%-
XYZ39.4734.9922.13-
YUV160.87104.37161.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=44.07%
G=30.72%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814511900.300.430.1817.5348.6364.12
HexD0917701E2B12123140
Octal32022116703653222261100
Binary1101000010010001111011101111010101110010100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09177; }

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

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

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

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

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

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

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

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