#DDBBA9

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

Shades of Just Right #DDBBA9

Tints of Just Right #DDBBA9

Color information

#DDBBA9 (or 0xDDBBA9) is unknown color: approx Just Right. HEX triplet: DD, BB and A9. RGB value is (221,187,169). Sum of RGB (Red+Green+Blue) = 221+187+169=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA9 is #224456. Grayscale: #C3C3C3. Windows color (decimal): -2245719 or 11123677. OLE color: 11123677.

HSL color Cylindrical-coordinate representation of color #DDBBA9: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBBA9 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221187169-
CMYK00.150.240.13
HSL20.77º43.33%76.47%-
HSV(B)20.77º23.53%86.67%-
XYZ54.7553.7845.03-
YUV195.11113.26146.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=38.30%
G=32.41%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118716900.150.240.1320.7743.3376.47
HexDDBBA90F18D152b4c
Octal33527325101730152553114
Binary11011101101110111010100101111110001101101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBA9; }

 p { color: rgb(221,187,169); }

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

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

 a { background-color: rgb(221,187,169); }

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

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

 span { border-color: rgb(221,187,169); }

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