#DDBAA1

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

Shades of Just Right #DDBAA1

Tints of Just Right #DDBAA1

Color information

#DDBAA1 (or 0xDDBAA1) is unknown color: approx Just Right. HEX triplet: DD, BA and A1. RGB value is (221,186,161). Sum of RGB (Red+Green+Blue) = 221+186+161=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA1 is #22455E. Grayscale: #C1C1C1. Windows color (decimal): -2245983 or 10599133. OLE color: 10599133.

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

Color convert

RGB221186161-
CMYK00.160.270.13
HSL25º46.88%74.9%-
HSV(B)25º27.15%86.67%-
XYZ53.8153.0641.12-
YUV193.61109.6147.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=38.91%
G=32.75%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118616100.160.270.132546.8874.9
HexDDBAA10101BD192f4b
Octal33527224102033153157113
Binary110111011011101010100001010000110111101110011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAA1; }

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

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

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

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

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

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

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

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