#DBDCAD

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

Shades of Tusk #DBDCAD

Tints of Tusk #DBDCAD

Color information

#DBDCAD (or 0xDBDCAD) is unknown color: approx Tusk. HEX triplet: DB, DC and AD. RGB value is (219,220,173). Sum of RGB (Red+Green+Blue) = 219+220+173=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAD is #242352. Grayscale: #D6D6D6. Windows color (decimal): -2368339 or 11394267. OLE color: 11394267.

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

Color convert

RGB219220173-
CMYK0.0000.210.14
HSL61.28º40.17%77.06%-
HSV(B)61.28º21.36%86.27%-
XYZ62.3569.2649.62-
YUV214.34104.67131.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=35.78%
G=35.95%
B=28.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201730.0000.210.1461.2840.1777.06
HexDBDCAD0015E3d284d
Octal3333342550025167550115
Binary110110111101110010101101001010111101111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCAD; }

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

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

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

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

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

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

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

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