#DDB9A8

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

Shades of Just Right #DDB9A8

Tints of Just Right #DDB9A8

Color information

#DDB9A8 (or 0xDDB9A8) is unknown color: approx Just Right. HEX triplet: DD, B9 and A8. RGB value is (221,185,168). Sum of RGB (Red+Green+Blue) = 221+185+168=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9A8 is #224657. Grayscale: #C1C1C1. Windows color (decimal): -2246232 or 11057629. OLE color: 11057629.

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

Color convert

RGB221185168-
CMYK00.160.240.13
HSL19.25º43.8%76.27%-
HSV(B)19.25º23.98%86.67%-
XYZ54.2452.944.4-
YUV193.83113.43147.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=38.50%
G=32.23%
B=29.27%

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
Decimal22118516800.160.240.1319.2543.876.27
HexDDB9A801018D132c4c
Octal33527125002030152354114
Binary110111011011100110101000010000110001101100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9A8; }

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

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

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

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

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

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

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

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