#D08D79

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

Shades of Feldspar #D08D79

Tints of Feldspar #D08D79

Color information

#D08D79 (or 0xD08D79) is unknown color: approx Feldspar. HEX triplet: D0, 8D and 79. RGB value is (208,141,121). Sum of RGB (Red+Green+Blue) = 208+141+121=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D79 is #2F7286. Grayscale: #9E9E9E. Windows color (decimal): -3109511 or 7966160. OLE color: 7966160.

HSL color Cylindrical-coordinate representation of color #D08D79: hue angle of 13.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08D79 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208141121-
CMYK00.320.420.18
HSL13.79º48.07%64.51%-
HSV(B)13.79º41.83%81.57%-
XYZ38.9933.8422.57-
YUV158.75106.7163.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=44.26%
G=30%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814112100.320.420.1813.7948.0764.51
HexD08D790202A12e3041
Octal32021517104052221660101
Binary1101000010001101111100101000001010101001011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08D79; }

 p { color: rgb(208,141,121); }

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

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

 a { background-color: rgb(208,141,121); }

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

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

 span { border-color: rgb(208,141,121); }

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