#DDBAA3

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

Shades of Just Right #DDBAA3

Tints of Just Right #DDBAA3

Color information

#DDBAA3 (or 0xDDBAA3) is unknown color: approx Just Right. HEX triplet: DD, BA and A3. RGB value is (221,186,163). Sum of RGB (Red+Green+Blue) = 221+186+163=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA3 is #22455C. Grayscale: #C1C1C1. Windows color (decimal): -2245981 or 10730205. OLE color: 10730205.

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

Color convert

RGB221186163-
CMYK00.160.260.13
HSL23.79º46.03%75.29%-
HSV(B)23.79º26.24%86.67%-
XYZ53.9953.1342.06-
YUV193.84110.6147.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=38.77%
G=32.63%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118616300.160.260.1323.7946.0375.29
HexDDBAA30101AD182e4b
Octal33527224302032153056113
Binary110111011011101010100011010000110101101110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAA3; }

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

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

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

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

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

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

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

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