#D08C6E

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

Shades of Feldspar #D08C6E

Tints of Feldspar #D08C6E

Color information

#D08C6E (or 0xD08C6E) is unknown color: approx Feldspar. HEX triplet: D0, 8C and 6E. RGB value is (208,140,110). Sum of RGB (Red+Green+Blue) = 208+140+110=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C6E is #2F7391. Grayscale: #9D9D9D. Windows color (decimal): -3109778 or 7245008. OLE color: 7245008.

HSL color Cylindrical-coordinate representation of color #D08C6E: hue angle of 18.37º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D08C6E is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208140110-
CMYK00.330.470.18
HSL18.37º51.04%62.35%-
HSV(B)18.37º47.12%81.57%-
XYZ38.233.2919.16-
YUV156.91101.53164.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=45.41%
G=30.57%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814011000.330.470.1818.3751.0462.35
HexD08C6E0212F1212333e
Octal3202141560415722226376
Binary1101000010001100110111001000011011111001010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08C6E; }

 p { color: rgb(208,140,110); }

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

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

 a { background-color: rgb(208,140,110); }

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

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

 span { border-color: rgb(208,140,110); }

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