#DCC8BA

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

Shades of Swirl #DCC8BA

Tints of Swirl #DCC8BA

Color information

#DCC8BA (or 0xDCC8BA) is unknown color: approx Swirl. HEX triplet: DC, C8 and BA. RGB value is (220,200,186). Sum of RGB (Red+Green+Blue) = 220+200+186=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8BA is #233745. Grayscale: #CCCCCC. Windows color (decimal): -2307910 or 12241116. OLE color: 12241116.

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

Color convert

RGB220200186-
CMYK00.090.150.14
HSL24.71º32.69%79.61%-
HSV(B)24.71º15.45%86.27%-
XYZ59.0360.0754.94-
YUV204.38117.63139.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=36.30%
G=33.00%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020018600.090.150.1424.7132.6979.61
HexDCC8BA09FE192150
Octal33431027201117163141120
Binary1101110011001000101110100100111111110110011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8BA; }

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

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

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

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

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

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

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

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