#DDC0AC

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

Shades of Just Right #DDC0AC

Tints of Just Right #DDC0AC

Color information

#DDC0AC (or 0xDDC0AC) is unknown color: approx Just Right. HEX triplet: DD, C0 and AC. RGB value is (221,192,172). Sum of RGB (Red+Green+Blue) = 221+192+172=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AC is #223F53. Grayscale: #C6C6C6. Windows color (decimal): -2244436 or 11321565. OLE color: 11321565.

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

Color convert

RGB221192172-
CMYK00.130.220.13
HSL24.49º41.88%77.06%-
HSV(B)24.49º22.17%86.67%-
XYZ56.1156.0546.89-
YUV198.39113.11144.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=37.78%
G=32.82%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119217200.130.220.1324.4941.8877.06
HexDDC0AC0D16D182a4d
Octal33530025401526153052115
Binary11011101110000001010110001101101101101110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0AC; }

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

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

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

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

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

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

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

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