#DD9B6E

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

Shades of Feldspar #DD9B6E

Tints of Feldspar #DD9B6E

Color information

#DD9B6E (or 0xDD9B6E) is unknown color: approx Feldspar. HEX triplet: DD, 9B and 6E. RGB value is (221,155,110). Sum of RGB (Red+Green+Blue) = 221+155+110=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B6E is #226491. Grayscale: #A9A9A9. Windows color (decimal): -2253970 or 7248861. OLE color: 7248861.

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

Color convert

RGB221155110-
CMYK00.300.500.13
HSL24.32º62.01%64.9%-
HSV(B)24.32º50.23%86.67%-
XYZ44.3539.9420.12-
YUV169.694.37164.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=45.47%
G=31.89%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115511000.300.500.1324.3262.0164.9
HexDD9B6E01E32D183e41
Octal33523315603662153076101
Binary110111011001101111011100111101100101101110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B6E; }

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

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

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

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

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

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

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

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