#DDBAA8

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

Shades of Just Right #DDBAA8

Tints of Just Right #DDBAA8

Color information

#DDBAA8 (or 0xDDBAA8) is unknown color: approx Just Right. HEX triplet: DD, BA and A8. RGB value is (221,186,168). Sum of RGB (Red+Green+Blue) = 221+186+168=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA8 is #224557. Grayscale: #C2C2C2. Windows color (decimal): -2245976 or 11057885. OLE color: 11057885.

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

Color convert

RGB221186168-
CMYK00.160.240.13
HSL20.38º43.8%76.27%-
HSV(B)20.38º23.98%86.67%-
XYZ54.4553.3244.47-
YUV194.41113.1146.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 168 (66.02% from 255) = 29.22%
R=38.43%
G=32.35%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118616800.160.240.1320.3843.876.27
HexDDBAA801018D142c4c
Octal33527225002030152454114
Binary110111011011101010101000010000110001101101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAA8; }

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

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

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

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

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

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

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

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