#DD9077

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

Shades of Feldspar #DD9077

Tints of Feldspar #DD9077

Color information

#DD9077 (or 0xDD9077) is unknown color: approx Feldspar. HEX triplet: DD, 90 and 77. RGB value is (221,144,119). Sum of RGB (Red+Green+Blue) = 221+144+119=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9077 is #226F88. Grayscale: #A4A4A4. Windows color (decimal): -2256777 or 7835869. OLE color: 7835869.

HSL color Cylindrical-coordinate representation of color #DD9077: hue angle of 14.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD9077 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221144119-
CMYK00.350.460.13
HSL14.71º60%66.67%-
HSV(B)14.71º46.15%86.67%-
XYZ43.1236.6522.25-
YUV164.17102.51168.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=45.66%
G=29.75%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114411900.350.460.1314.716066.67
HexDD90770232EDf3c43
Octal33522016704356151774103
Binary110111011001000011101110100011101110110111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9077; }

 p { color: rgb(221,144,119); }

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

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

 a { background-color: rgb(221,144,119); }

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

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

 span { border-color: rgb(221,144,119); }

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