#DD9772

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

Shades of Feldspar #DD9772

Tints of Feldspar #DD9772

Color information

#DD9772 (or 0xDD9772) is unknown color: approx Feldspar. HEX triplet: DD, 97 and 72. RGB value is (221,151,114). Sum of RGB (Red+Green+Blue) = 221+151+114=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9772 is #22688D. Grayscale: #A7A7A7. Windows color (decimal): -2254990 or 7509981. OLE color: 7509981.

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

Color convert

RGB221151114-
CMYK00.320.480.13
HSL20.75º61.14%65.69%-
HSV(B)20.75º48.42%86.67%-
XYZ43.9238.7221.08-
YUV167.7197.69166.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=45.47%
G=31.07%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115111400.320.480.1320.7561.1465.69
HexDD977202030D153d42
Octal33522716204060152575102
Binary1101110110010111111001001000001100001101101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9772; }

 p { color: rgb(221,151,114); }

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

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

 a { background-color: rgb(221,151,114); }

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

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

 span { border-color: rgb(221,151,114); }

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