#DDC0AE

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

Shades of Just Right #DDC0AE

Tints of Just Right #DDC0AE

Color information

#DDC0AE (or 0xDDC0AE) is unknown color: approx Just Right. HEX triplet: DD, C0 and AE. RGB value is (221,192,174). Sum of RGB (Red+Green+Blue) = 221+192+174=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AE is #223F51. Grayscale: #C6C6C6. Windows color (decimal): -2244434 or 11452637. OLE color: 11452637.

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

Color convert

RGB221192174-
CMYK00.130.210.13
HSL22.98º40.87%77.45%-
HSV(B)22.98º21.27%86.67%-
XYZ56.3156.1347.91-
YUV198.62114.11143.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=37.65%
G=32.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119217400.130.210.1322.9840.8777.45
HexDDC0AE0D15D17294d
Octal33530025601525152751115
Binary11011101110000001010111001101101011101101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0AE; }

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

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

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

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

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

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

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

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