#DDCBB9

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

Shades of Swirl #DDCBB9

Tints of Swirl #DDCBB9

Color information

#DDCBB9 (or 0xDDCBB9) is unknown color: approx Swirl. HEX triplet: DD, CB and B9. RGB value is (221,203,185). Sum of RGB (Red+Green+Blue) = 221+203+185=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBB9 is #223446. Grayscale: #CECECE. Windows color (decimal): -2241607 or 12176349. OLE color: 12176349.

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

Color convert

RGB221203185-
CMYK00.080.160.13
HSL30º34.62%79.61%-
HSV(B)30º16.29%86.67%-
XYZ59.9361.5954.63-
YUV206.33115.96138.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=36.29%
G=33.33%
B=30.38%

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
Decimal22120318500.080.160.133034.6279.61
HexDDCBB90810D1e2350
Octal33531327101020153643120
Binary11011101110010111011100101000100001101111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBB9; }

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

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

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

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

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

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

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

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