#DDC1AE

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

Shades of Just Right #DDC1AE

Tints of Just Right #DDC1AE

Color information

#DDC1AE (or 0xDDC1AE) is unknown color: approx Just Right. HEX triplet: DD, C1 and AE. RGB value is (221,193,174). Sum of RGB (Red+Green+Blue) = 221+193+174=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AE is #223E51. Grayscale: #C7C7C7. Windows color (decimal): -2244178 or 11452893. OLE color: 11452893.

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

Color convert

RGB221193174-
CMYK00.130.210.13
HSL24.26º40.87%77.45%-
HSV(B)24.26º21.27%86.67%-
XYZ56.5356.5747.98-
YUV199.21113.78143.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=37.59%
G=32.82%
B=29.59%

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
Decimal22119317400.130.210.1324.2640.8777.45
HexDDC1AE0D15D18294d
Octal33530125601525153051115
Binary11011101110000011010111001101101011101110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1AE; }

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

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

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

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

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

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

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

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