#DD9970

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

Shades of Feldspar #DD9970

Tints of Feldspar #DD9970

Color information

#DD9970 (or 0xDD9970) is unknown color: approx Feldspar. HEX triplet: DD, 99 and 70. RGB value is (221,153,112). Sum of RGB (Red+Green+Blue) = 221+153+112=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9970 is #22668F. Grayscale: #A8A8A8. Windows color (decimal): -2254480 or 7379421. OLE color: 7379421.

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

Color convert

RGB221153112-
CMYK00.310.490.13
HSL22.57º61.58%65.29%-
HSV(B)22.57º49.32%86.67%-
XYZ44.1339.3220.59-
YUV168.6696.03165.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 112 (44.14% from 255) = 23.05%
R=45.47%
G=31.48%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115311200.310.490.1322.5761.5865.29
HexDD997001F31D173e41
Octal33523116003761152776101
Binary110111011001100111100000111111100011101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9970; }

 p { color: rgb(221,153,112); }

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

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

 a { background-color: rgb(221,153,112); }

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

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

 span { border-color: rgb(221,153,112); }

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