#D08D76

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

Shades of Feldspar #D08D76

Tints of Feldspar #D08D76

Color information

#D08D76 (or 0xD08D76) is unknown color: approx Feldspar. HEX triplet: D0, 8D and 76. RGB value is (208,141,118). Sum of RGB (Red+Green+Blue) = 208+141+118=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D76 is #2F7289. Grayscale: #9E9E9E. Windows color (decimal): -3109514 or 7769552. OLE color: 7769552.

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

Color convert

RGB208141118-
CMYK00.320.430.18
HSL15.33º48.91%63.92%-
HSV(B)15.33º43.27%81.57%-
XYZ38.8133.7721.61-
YUV158.41105.2163.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=44.54%
G=30.19%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814111800.320.430.1815.3348.9163.92
HexD08D760202B12f3140
Octal32021516604053221761100
Binary1101000010001101111011001000001010111001011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08D76; }

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

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

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

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

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

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

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

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