#DDC0AA

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

Shades of Just Right #DDC0AA

Tints of Just Right #DDC0AA

Color information

#DDC0AA (or 0xDDC0AA) is unknown color: approx Just Right. HEX triplet: DD, C0 and AA. RGB value is (221,192,170). Sum of RGB (Red+Green+Blue) = 221+192+170=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AA is #223F55. Grayscale: #C6C6C6. Windows color (decimal): -2244438 or 11190493. OLE color: 11190493.

HSL color Cylindrical-coordinate representation of color #DDC0AA: hue angle of 25.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC0AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221192170-
CMYK00.130.230.13
HSL25.88º42.86%76.67%-
HSV(B)25.88º23.08%86.67%-
XYZ55.9255.9745.89-
YUV198.16112.11144.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=37.91%
G=32.93%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119217000.130.230.1325.8842.8676.67
HexDDC0AA0D17D1a2b4d
Octal33530025201527153253115
Binary11011101110000001010101001101101111101110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0AA; }

 p { color: rgb(221,192,170); }

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

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

 a { background-color: rgb(221,192,170); }

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

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

 span { border-color: rgb(221,192,170); }

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