#DDBDA9

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

Shades of Just Right #DDBDA9

Tints of Just Right #DDBDA9

Color information

#DDBDA9 (or 0xDDBDA9) is unknown color: approx Just Right. HEX triplet: DD, BD and A9. RGB value is (221,189,169). Sum of RGB (Red+Green+Blue) = 221+189+169=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA9 is #224256. Grayscale: #C4C4C4. Windows color (decimal): -2245207 or 11124189. OLE color: 11124189.

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

Color convert

RGB221189169-
CMYK00.140.240.13
HSL23.08º43.33%76.47%-
HSV(B)23.08º23.53%86.67%-
XYZ55.1854.6345.17-
YUV196.29112.6145.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=38.17%
G=32.64%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118916900.140.240.1323.0843.3376.47
HexDDBDA90E18D172b4c
Octal33527525101630152753114
Binary11011101101111011010100101110110001101101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDA9; }

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

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

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

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

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

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

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

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