#DDC2AE

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

Shades of Just Right #DDC2AE

Tints of Just Right #DDC2AE

Color information

#DDC2AE (or 0xDDC2AE) is unknown color: approx Just Right. HEX triplet: DD, C2 and AE. RGB value is (221,194,174). Sum of RGB (Red+Green+Blue) = 221+194+174=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AE is #223D51. Grayscale: #C7C7C7. Windows color (decimal): -2243922 or 11453149. OLE color: 11453149.

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

Color convert

RGB221194174-
CMYK00.120.210.13
HSL25.53º40.87%77.45%-
HSV(B)25.53º21.27%86.67%-
XYZ56.7557.0148.06-
YUV199.79113.45143.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=37.52%
G=32.94%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119417400.120.210.1325.5340.8777.45
HexDDC2AE0C15D1a294d
Octal33530225601425153251115
Binary11011101110000101010111001100101011101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2AE; }

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

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

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

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

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

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

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

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