#DDBAA4

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

Shades of Just Right #DDBAA4

Tints of Just Right #DDBAA4

Color information

#DDBAA4 (or 0xDDBAA4) is unknown color: approx Just Right. HEX triplet: DD, BA and A4. RGB value is (221,186,164). Sum of RGB (Red+Green+Blue) = 221+186+164=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA4 is #22455B. Grayscale: #C2C2C2. Windows color (decimal): -2245980 or 10795741. OLE color: 10795741.

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

Color convert

RGB221186164-
CMYK00.160.260.13
HSL23.16º45.6%75.49%-
HSV(B)23.16º25.79%86.67%-
XYZ54.0853.1742.53-
YUV193.96111.1147.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=38.70%
G=32.57%
B=28.72%

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
Decimal22118616400.160.260.1323.1645.675.49
HexDDBAA40101AD172e4b
Octal33527224402032152756113
Binary110111011011101010100100010000110101101101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAA4; }

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

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

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

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

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

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

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

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