#DDCAB9

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

Shades of Swirl #DDCAB9

Tints of Swirl #DDCAB9

Color information

#DDCAB9 (or 0xDDCAB9) is unknown color: approx Swirl. HEX triplet: DD, CA and B9. RGB value is (221,202,185). Sum of RGB (Red+Green+Blue) = 221+202+185=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB9 is #223546. Grayscale: #CDCDCD. Windows color (decimal): -2241863 or 12176093. OLE color: 12176093.

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

Color convert

RGB221202185-
CMYK00.090.160.13
HSL28.33º34.62%79.61%-
HSV(B)28.33º16.29%86.67%-
XYZ59.761.1254.55-
YUV205.74116.29138.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=36.35%
G=33.22%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120218500.090.160.1328.3334.6279.61
HexDDCAB90910D1c2350
Octal33531227101120153443120
Binary11011101110010101011100101001100001101111001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB9; }

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

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

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

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

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

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

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

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