#DCC8B9

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

Shades of Swirl #DCC8B9

Tints of Swirl #DCC8B9

Color information

#DCC8B9 (or 0xDCC8B9) is unknown color: approx Swirl. HEX triplet: DC, C8 and B9. RGB value is (220,200,185). Sum of RGB (Red+Green+Blue) = 220+200+185=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8B9 is #233746. Grayscale: #CCCCCC. Windows color (decimal): -2307911 or 12175580. OLE color: 12175580.

HSL color Cylindrical-coordinate representation of color #DCC8B9: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC8B9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220200185-
CMYK00.090.160.14
HSL25.71º33.33%79.41%-
HSV(B)25.71º15.91%86.27%-
XYZ58.9360.0354.38-
YUV204.27117.13139.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=36.36%
G=33.06%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020018500.090.160.1425.7133.3379.41
HexDCC8B90910E1a214f
Octal33431027101120163241117
Binary11011100110010001011100101001100001110110101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8B9; }

 p { color: rgb(220,200,185); }

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

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

 a { background-color: rgb(220,200,185); }

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

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

 span { border-color: rgb(220,200,185); }

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