#DBDCAE

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

Shades of Tusk #DBDCAE

Tints of Tusk #DBDCAE

Color information

#DBDCAE (or 0xDBDCAE) is unknown color: approx Tusk. HEX triplet: DB, DC and AE. RGB value is (219,220,174). Sum of RGB (Red+Green+Blue) = 219+220+174=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAE is #242351. Grayscale: #D6D6D6. Windows color (decimal): -2368338 or 11459803. OLE color: 11459803.

HSL color Cylindrical-coordinate representation of color #DBDCAE: hue angle of 61.3º 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 #DBDCAE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219220174-
CMYK0.0000.210.14
HSL61.3º39.66%77.25%-
HSV(B)61.3º20.91%86.27%-
XYZ62.4569.350.13-
YUV214.46105.17131.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=35.73%
G=35.89%
B=28.38%

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
Decimal2192201740.0000.210.1461.339.6677.25
HexDBDCAE0015E3d284d
Octal3333342560025167550115
Binary110110111101110010101110001010111101111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCAE; }

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

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

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

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

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

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

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

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