#DDBBA5

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

Shades of Just Right #DDBBA5

Tints of Just Right #DDBBA5

Color information

#DDBBA5 (or 0xDDBBA5) is unknown color: approx Just Right. HEX triplet: DD, BB and A5. RGB value is (221,187,165). Sum of RGB (Red+Green+Blue) = 221+187+165=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA5 is #22445A. Grayscale: #C2C2C2. Windows color (decimal): -2245723 or 10861533. OLE color: 10861533.

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

Color convert

RGB221187165-
CMYK00.150.250.13
HSL23.57º45.16%75.69%-
HSV(B)23.57º25.34%86.67%-
XYZ54.3853.6343.08-
YUV194.66111.26146.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=38.57%
G=32.64%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118716500.150.250.1323.5745.1675.69
HexDDBBA50F19D182d4c
Octal33527324501731153055114
Binary11011101101110111010010101111110011101110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBA5; }

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

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

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

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

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

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

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

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