#DBDCB4

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

Shades of Tusk #DBDCB4

Tints of Tusk #DBDCB4

Color information

#DBDCB4 (or 0xDBDCB4) is unknown color: approx Tusk. HEX triplet: DB, DC and B4. RGB value is (219,220,180). Sum of RGB (Red+Green+Blue) = 219+220+180=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCB4 is #24234B. Grayscale: #D7D7D7. Windows color (decimal): -2368332 or 11853019. OLE color: 11853019.

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

Color convert

RGB219220180-
CMYK0.0000.180.14
HSL61.5º36.36%78.43%-
HSV(B)61.5º18.18%86.27%-
XYZ63.0469.5453.28-
YUV215.14108.17130.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=35.38%
G=35.54%
B=29.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201800.0000.180.1461.536.3678.43
HexDBDCB40012E3e244e
Octal3333342640022167644116
Binary110110111101110010110100001001011101111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCB4; }

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

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

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

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

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

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

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

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