#DDB9A9

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

Shades of Just Right #DDB9A9

Tints of Just Right #DDB9A9

Color information

#DDB9A9 (or 0xDDB9A9) is unknown color: approx Just Right. HEX triplet: DD, B9 and A9. RGB value is (221,185,169). Sum of RGB (Red+Green+Blue) = 221+185+169=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9A9 is #224656. Grayscale: #C2C2C2. Windows color (decimal): -2246231 or 11123165. OLE color: 11123165.

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

Color convert

RGB221185169-
CMYK00.160.240.13
HSL18.46º43.33%76.47%-
HSV(B)18.46º23.53%86.67%-
XYZ54.3352.9344.89-
YUV193.94113.93147.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=38.43%
G=32.17%
B=29.39%

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
Decimal22118516900.160.240.1318.4643.3376.47
HexDDB9A901018D122b4c
Octal33527125102030152253114
Binary110111011011100110101001010000110001101100101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9A9; }

 p { color: rgb(221,185,169); }

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

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

 a { background-color: rgb(221,185,169); }

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

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

 span { border-color: rgb(221,185,169); }

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