#D08E73

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

Shades of Feldspar #D08E73

Tints of Feldspar #D08E73

Color information

#D08E73 (or 0xD08E73) is unknown color: approx Feldspar. HEX triplet: D0, 8E and 73. RGB value is (208,142,115). Sum of RGB (Red+Green+Blue) = 208+142+115=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E73 is #2F718C. Grayscale: #9E9E9E. Windows color (decimal): -3109261 or 7573200. OLE color: 7573200.

HSL color Cylindrical-coordinate representation of color #D08E73: hue angle of 17.42º 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 #D08E73 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208142115-
CMYK00.320.450.18
HSL17.42º49.73%63.33%-
HSV(B)17.42º44.71%81.57%-
XYZ38.7833.9920.74-
YUV158.66103.37163.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=44.73%
G=30.54%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814211500.320.450.1817.4249.7363.33
HexD08E730202D1211323f
Octal3202161630405522216277
Binary1101000010001110111001101000001011011001010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E73; }

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

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

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

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

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

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

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

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