#DDBBA8

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

Shades of Just Right #DDBBA8

Tints of Just Right #DDBBA8

Color information

#DDBBA8 (or 0xDDBBA8) is unknown color: approx Just Right. HEX triplet: DD, BB and A8. RGB value is (221,187,168). Sum of RGB (Red+Green+Blue) = 221+187+168=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA8 is #224457. Grayscale: #C3C3C3. Windows color (decimal): -2245720 or 11058141. OLE color: 11058141.

HSL color Cylindrical-coordinate representation of color #DDBBA8: hue angle of 21.51º degrees, saturation: 0.44, 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 #DDBBA8 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221187168-
CMYK00.150.240.13
HSL21.51º43.8%76.27%-
HSV(B)21.51º23.98%86.67%-
XYZ54.6653.7444.54-
YUV195112.76146.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=38.37%
G=32.47%
B=29.17%

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
Decimal22118716800.150.240.1321.5143.876.27
HexDDBBA80F18D162c4c
Octal33527325001730152654114
Binary11011101101110111010100001111110001101101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBA8; }

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

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

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

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

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

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

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

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