#DD986F

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

Shades of Feldspar #DD986F

Tints of Feldspar #DD986F

Color information

#DD986F (or 0xDD986F) is unknown color: approx Feldspar. HEX triplet: DD, 98 and 6F. RGB value is (221,152,111). Sum of RGB (Red+Green+Blue) = 221+152+111=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD986F is #226790. Grayscale: #A8A8A8. Windows color (decimal): -2254737 or 7313629. OLE color: 7313629.

HSL color Cylindrical-coordinate representation of color #DD986F: hue angle of 22.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD986F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221152111-
CMYK00.310.500.13
HSL22.36º61.8%65.1%-
HSV(B)22.36º49.77%86.67%-
XYZ43.9238.9820.25-
YUV167.9695.86165.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=45.66%
G=31.40%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115211100.310.500.1322.3661.865.1
HexDD986F01F32D163e41
Octal33523015703762152676101
Binary110111011001100011011110111111100101101101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD986F; }

 p { color: rgb(221,152,111); }

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

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

 a { background-color: rgb(221,152,111); }

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

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

 span { border-color: rgb(221,152,111); }

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