#DD9B72

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

Shades of Feldspar #DD9B72

Tints of Feldspar #DD9B72

Color information

#DD9B72 (or 0xDD9B72) is unknown color: approx Feldspar. HEX triplet: DD, 9B and 72. RGB value is (221,155,114). Sum of RGB (Red+Green+Blue) = 221+155+114=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B72 is #22648D. Grayscale: #AAAAAA. Windows color (decimal): -2253966 or 7511005. OLE color: 7511005.

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

Color convert

RGB221155114-
CMYK00.300.480.13
HSL22.99º61.14%65.69%-
HSV(B)22.99º48.42%86.67%-
XYZ44.5840.0321.3-
YUV170.0696.37164.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=45.10%
G=31.63%
B=23.27%

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
Decimal22115511400.300.480.1322.9961.1465.69
HexDD9B7201E30D173d42
Octal33523316203660152775102
Binary110111011001101111100100111101100001101101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B72; }

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

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

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

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

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

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

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

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