#DDBAA7

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

Shades of Just Right #DDBAA7

Tints of Just Right #DDBAA7

Color information

#DDBAA7 (or 0xDDBAA7) is unknown color: approx Just Right. HEX triplet: DD, BA and A7. RGB value is (221,186,167). Sum of RGB (Red+Green+Blue) = 221+186+167=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA7 is #224558. Grayscale: #C2C2C2. Windows color (decimal): -2245977 or 10992349. OLE color: 10992349.

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

Color convert

RGB221186167-
CMYK00.160.240.13
HSL21.11º44.26%76.08%-
HSV(B)21.11º24.43%86.67%-
XYZ54.3553.2843.98-
YUV194.3112.6147.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=38.50%
G=32.40%
B=29.09%

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
Decimal22118616700.160.240.1321.1144.2676.08
HexDDBAA701018D152c4c
Octal33527224702030152554114
Binary110111011011101010100111010000110001101101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAA7; }

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

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

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

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

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

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

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

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