#DBDCB3

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

Shades of Tusk #DBDCB3

Tints of Tusk #DBDCB3

Color information

#DBDCB3 (or 0xDBDCB3) is unknown color: approx Tusk. HEX triplet: DB, DC and B3. RGB value is (219,220,179). Sum of RGB (Red+Green+Blue) = 219+220+179=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCB3 is #24234C. Grayscale: #D7D7D7. Windows color (decimal): -2368333 or 11787483. OLE color: 11787483.

HSL color Cylindrical-coordinate representation of color #DBDCB3: hue angle of 61.46º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBDCB3 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219220179-
CMYK0.0000.190.14
HSL61.46º36.94%78.24%-
HSV(B)61.46º18.64%86.27%-
XYZ62.9469.552.75-
YUV215.03107.67130.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=35.44%
G=35.60%
B=28.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201790.0000.190.1461.4636.9478.24
HexDBDCB30013E3d254e
Octal3333342630023167545116
Binary110110111101110010110011001001111101111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCB3; }

 p { color: rgb(219,220,179); }

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

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

 a { background-color: rgb(219,220,179); }

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

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

 span { border-color: rgb(219,220,179); }

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