#DD9D6E

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

Shades of Feldspar #DD9D6E

Tints of Feldspar #DD9D6E

Color information

#DD9D6E (or 0xDD9D6E) is unknown color: approx Feldspar. HEX triplet: DD, 9D and 6E. RGB value is (221,157,110). Sum of RGB (Red+Green+Blue) = 221+157+110=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D6E is #226291. Grayscale: #ABABAB. Windows color (decimal): -2253458 or 7249373. OLE color: 7249373.

HSL color Cylindrical-coordinate representation of color #DD9D6E: hue angle of 25.41º 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 #DD9D6E is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221157110-
CMYK00.290.500.13
HSL25.41º62.01%64.9%-
HSV(B)25.41º50.23%86.67%-
XYZ44.6940.6120.24-
YUV170.7893.7163.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=45.29%
G=32.17%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115711000.290.500.1325.4162.0164.9
HexDD9D6E01D32D193e41
Octal33523515603562153176101
Binary110111011001110111011100111011100101101110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D6E; }

 p { color: rgb(221,157,110); }

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

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

 a { background-color: rgb(221,157,110); }

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

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

 span { border-color: rgb(221,157,110); }

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