#DDBBA0

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

Shades of Just Right #DDBBA0

Tints of Just Right #DDBBA0

Color information

#DDBBA0 (or 0xDDBBA0) is unknown color: approx Just Right. HEX triplet: DD, BB and A0. RGB value is (221,187,160). Sum of RGB (Red+Green+Blue) = 221+187+160=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA0 is #22445F. Grayscale: #C2C2C2. Windows color (decimal): -2245728 or 10533853. OLE color: 10533853.

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

Color convert

RGB221187160-
CMYK00.150.280.13
HSL26.56º47.29%74.71%-
HSV(B)26.56º27.6%86.67%-
XYZ53.9353.4540.73-
YUV194.09108.76147.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=38.91%
G=32.92%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118716000.150.280.1326.5647.2974.71
HexDDBBA00F1CD1b2f4b
Octal33527324001734153357113
Binary11011101101110111010000001111111001101110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBA0; }

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

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

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

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

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

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

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

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