#DDC1AD

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

Shades of Just Right #DDC1AD

Tints of Just Right #DDC1AD

Color information

#DDC1AD (or 0xDDC1AD) is unknown color: approx Just Right. HEX triplet: DD, C1 and AD. RGB value is (221,193,173). Sum of RGB (Red+Green+Blue) = 221+193+173=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AD is #223E52. Grayscale: #C7C7C7. Windows color (decimal): -2244179 or 11387357. OLE color: 11387357.

HSL color Cylindrical-coordinate representation of color #DDC1AD: hue angle of 25º degrees, saturation: 0.41, 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 #DDC1AD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221193173-
CMYK00.130.220.13
HSL25º41.38%77.25%-
HSV(B)25º21.72%86.67%-
XYZ56.4356.5347.47-
YUV199.09113.28143.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=37.65%
G=32.88%
B=29.47%

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
Decimal22119317300.130.220.132541.3877.25
HexDDC1AD0D16D19294d
Octal33530125501526153151115
Binary11011101110000011010110101101101101101110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1AD; }

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

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

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

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

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

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

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

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