#DBC9BB

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

Shades of Swirl #DBC9BB

Tints of Swirl #DBC9BB

Color information

#DBC9BB (or 0xDBC9BB) is unknown color: approx Swirl. HEX triplet: DB, C9 and BB. RGB value is (219,201,187). Sum of RGB (Red+Green+Blue) = 219+201+187=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9BB is #243644. Grayscale: #CCCCCC. Windows color (decimal): -2373189 or 12306907. OLE color: 12306907.

HSL color Cylindrical-coordinate representation of color #DBC9BB: hue angle of 26.25º degrees, saturation: 0.31, 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 #DBC9BB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219201187-
CMYK00.080.150.14
HSL26.25º30.77%79.61%-
HSV(B)26.25º14.61%85.88%-
XYZ59.0760.4255.56-
YUV204.79117.96138.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=36.08%
G=33.11%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920118700.080.150.1426.2530.7779.61
HexDBC9BB08FE1a1f50
Octal33331127301017163237120
Binary110110111100100110111011010001111111011010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9BB; }

 p { color: rgb(219,201,187); }

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

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

 a { background-color: rgb(219,201,187); }

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

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

 span { border-color: rgb(219,201,187); }

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