#DDC4B7

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

Shades of Just Right #DDC4B7

Tints of Just Right #DDC4B7

Color information

#DDC4B7 (or 0xDDC4B7) is unknown color: approx Just Right. HEX triplet: DD, C4 and B7. RGB value is (221,196,183). Sum of RGB (Red+Green+Blue) = 221+196+183=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4B7 is #223B48. Grayscale: #CACACA. Windows color (decimal): -2243401 or 12043485. OLE color: 12043485.

HSL color Cylindrical-coordinate representation of color #DDC4B7: hue angle of 20.53º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC4B7 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221196183-
CMYK00.110.170.13
HSL20.53º35.85%79.22%-
HSV(B)20.53º17.19%86.67%-
XYZ58.1158.2752.98-
YUV201.99117.28141.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 183 (71.88% from 255) = 30.5%
R=36.83%
G=32.67%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119618300.110.170.1320.5335.8579.22
HexDDC4B70B11D15244f
Octal33530426701321152544117
Binary11011101110001001011011101011100011101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4B7; }

 p { color: rgb(221,196,183); }

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

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

 a { background-color: rgb(221,196,183); }

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

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

 span { border-color: rgb(221,196,183); }

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