#DD9870

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

Shades of Feldspar #DD9870

Tints of Feldspar #DD9870

Color information

#DD9870 (or 0xDD9870) is unknown color: approx Feldspar. HEX triplet: DD, 98 and 70. RGB value is (221,152,112). Sum of RGB (Red+Green+Blue) = 221+152+112=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9870 is #22678F. Grayscale: #A8A8A8. Windows color (decimal): -2254736 or 7379165. OLE color: 7379165.

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

Color convert

RGB221152112-
CMYK00.310.490.13
HSL22.02º61.58%65.29%-
HSV(B)22.02º49.32%86.67%-
XYZ43.973920.54-
YUV168.0796.36165.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=45.57%
G=31.34%
B=23.09%

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
Decimal22115211200.310.490.1322.0261.5865.29
HexDD987001F31D163e41
Octal33523016003761152676101
Binary110111011001100011100000111111100011101101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9870; }

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

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

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

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

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

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

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

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