#DBDCAA

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

Shades of Tusk #DBDCAA

Tints of Tusk #DBDCAA

Color information

#DBDCAA (or 0xDBDCAA) is unknown color: approx Tusk. HEX triplet: DB, DC and AA. RGB value is (219,220,170). Sum of RGB (Red+Green+Blue) = 219+220+170=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAA is #242355. Grayscale: #D6D6D6. Windows color (decimal): -2368342 or 11197659. OLE color: 11197659.

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

Color convert

RGB219220170-
CMYK0.0000.230.14
HSL61.2º41.67%76.47%-
HSV(B)61.2º22.73%86.27%-
XYZ62.0669.1548.11-
YUV214103.17131.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=35.96%
G=36.12%
B=27.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201700.0000.230.1461.241.6776.47
HexDBDCAA0017E3d2a4c
Octal3333342520027167552114
Binary110110111101110010101010001011111101111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCAA; }

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

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

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

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

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

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

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

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