#DBC8BA

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

Shades of Swirl #DBC8BA

Tints of Swirl #DBC8BA

Color information

#DBC8BA (or 0xDBC8BA) is unknown color: approx Swirl. HEX triplet: DB, C8 and BA. RGB value is (219,200,186). Sum of RGB (Red+Green+Blue) = 219+200+186=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8BA is #243745. Grayscale: #CCCCCC. Windows color (decimal): -2373446 or 12241115. OLE color: 12241115.

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

Color convert

RGB219200186-
CMYK00.090.150.14
HSL25.45º31.43%79.41%-
HSV(B)25.45º15.07%85.88%-
XYZ58.7359.9154.92-
YUV204.08117.79138.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=36.20%
G=33.06%
B=30.74%

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
Decimal21920018600.090.150.1425.4531.4379.41
HexDBC8BA09FE191f4f
Octal33331027201117163137117
Binary110110111100100010111010010011111111011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8BA; }

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

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

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

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

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

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

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

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