#DD9A74

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

Shades of Feldspar #DD9A74

Tints of Feldspar #DD9A74

Color information

#DD9A74 (or 0xDD9A74) is unknown color: approx Feldspar. HEX triplet: DD, 9A and 74. RGB value is (221,154,116). Sum of RGB (Red+Green+Blue) = 221+154+116=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A74 is #22658B. Grayscale: #A9A9A9. Windows color (decimal): -2254220 or 7641821. OLE color: 7641821.

HSL color Cylindrical-coordinate representation of color #DD9A74: hue angle of 21.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9A74 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221154116-
CMYK00.300.480.13
HSL21.71º60.69%66.08%-
HSV(B)21.71º47.51%86.67%-
XYZ44.5339.7421.85-
YUV169.797.7164.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=45.01%
G=31.36%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115411600.300.480.1321.7160.6966.08
HexDD9A7401E30D163d42
Octal33523216403660152675102
Binary110111011001101011101000111101100001101101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A74; }

 p { color: rgb(221,154,116); }

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

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

 a { background-color: rgb(221,154,116); }

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

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

 span { border-color: rgb(221,154,116); }

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