#DBDDAD

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

Shades of Tusk #DBDDAD

Tints of Tusk #DBDDAD

Color information

#DBDDAD (or 0xDBDDAD) is unknown color: approx Tusk. HEX triplet: DB, DD and AD. RGB value is (219,221,173). Sum of RGB (Red+Green+Blue) = 219+221+173=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDAD is #242252. Grayscale: #D7D7D7. Windows color (decimal): -2368083 or 11394523. OLE color: 11394523.

HSL color Cylindrical-coordinate representation of color #DBDDAD: hue angle of 62.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDDAD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB219221173-
CMYK0.0100.220.13
HSL62.5º41.38%77.25%-
HSV(B)62.5º21.72%86.67%-
XYZ62.6169.7949.71-
YUV214.93104.34130.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=35.73%
G=36.05%
B=28.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211730.0100.220.1362.541.3877.25
HexDBDDAD1016D3e294d
Octal3333352551026157651115
Binary110110111101110110101101101011011011111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDAD; }

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

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

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

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

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

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

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

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