#DBC9BD

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

Shades of Swirl #DBC9BD

Tints of Swirl #DBC9BD

Color information

#DBC9BD (or 0xDBC9BD) is unknown color: approx Swirl. HEX triplet: DB, C9 and BD. RGB value is (219,201,189). Sum of RGB (Red+Green+Blue) = 219+201+189=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9BD is #243642. Grayscale: #CDCDCD. Windows color (decimal): -2373187 or 12437979. OLE color: 12437979.

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

Color convert

RGB219201189-
CMYK00.080.140.14
HSL24º29.41%80%-
HSV(B)24º13.7%85.88%-
XYZ59.2960.5156.7-
YUV205.01118.96137.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.96%
G=33.00%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920118900.080.140.142429.4180
HexDBC9BD08EE181d50
Octal33331127501016163035120
Binary110110111100100110111101010001110111011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9BD; }

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

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

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

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

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

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

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

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