#D09773

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

Shades of Feldspar #D09773

Tints of Feldspar #D09773

Color information

#D09773 (or 0xD09773) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 73. RGB value is (208,151,115). Sum of RGB (Red+Green+Blue) = 208+151+115=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09773 is #2F688C. Grayscale: #A4A4A4. Windows color (decimal): -3106957 or 7575504. OLE color: 7575504.

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

Color convert

RGB208151115-
CMYK00.270.450.18
HSL23.23º49.73%63.33%-
HSV(B)23.23º44.71%81.57%-
XYZ40.1736.7821.2-
YUV163.94100.38159.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=43.88%
G=31.86%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815111500.270.450.1823.2349.7363.33
HexD0977301B2D1217323f
Octal3202271630335522276277
Binary110100001001011111100110110111011011001010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09773; }

 p { color: rgb(208,151,115); }

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

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

 a { background-color: rgb(208,151,115); }

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

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

 span { border-color: rgb(208,151,115); }

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