#DDCCB9

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

Shades of Blanc #DDCCB9

Tints of Blanc #DDCCB9

Color information

#DDCCB9 (or 0xDDCCB9) is unknown color: approx Blanc. HEX triplet: DD, CC and B9. RGB value is (221,204,185). Sum of RGB (Red+Green+Blue) = 221+204+185=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCB9 is #223346. Grayscale: #CFCFCF. Windows color (decimal): -2241351 or 12176605. OLE color: 12176605.

HSL color Cylindrical-coordinate representation of color #DDCCB9: hue angle of 31.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCB9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221204185-
CMYK00.080.160.13
HSL31.67º34.62%79.61%-
HSV(B)31.67º16.29%86.67%-
XYZ60.1762.0654.71-
YUV206.92115.63138.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=36.23%
G=33.44%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120418500.080.160.1331.6734.6279.61
HexDDCCB90810D202350
Octal33531427101020154043120
Binary110111011100110010111001010001000011011000001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCB9; }

 p { color: rgb(221,204,185); }

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

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

 a { background-color: rgb(221,204,185); }

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

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

 span { border-color: rgb(221,204,185); }

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