#ddbbaa

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

Shades of Just Right #DDBBAA

Tints of Just Right #DDBBAA

Color information

#DDBBAA (or 0xDDBBAA) is unknown color: approx Just Right. HEX triplet: DD, BB and AA. RGB value is (221,187,170). Sum of RGB (Red+Green+Blue) = 221+187+170=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAA is #224455. Grayscale: #C3C3C3. Windows color (decimal): -2245718 or 11189213. OLE color: 11189213.

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

Color convert

RGB221187170-
CMYK00.150.230.13
HSL20º42.86%76.67%-
HSV(B)20º23.08%86.67%-
XYZ54.8453.8245.53-
YUV195.23113.76146.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=38.24%
G=32.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118717000.150.230.132042.8676.67
HexDDBBAA0F17D142b4d
Octal33527325201727152453115
Binary11011101101110111010101001111101111101101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbbaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbbaa; }

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

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

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

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

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

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

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

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