#dceaa9

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

Shades of Tusk #DCEAA9

Tints of Tusk #DCEAA9

Color information

#DCEAA9 (or 0xDCEAA9) is unknown color: approx Tusk. HEX triplet: DC, EA and A9. RGB value is (220,234,169). Sum of RGB (Red+Green+Blue) = 220+234+169=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAA9 is #231556. Grayscale: #DEDEDE. Windows color (decimal): -2299223 or 11135708. OLE color: 11135708.

HSL color Cylindrical-coordinate representation of color #DCEAA9: hue angle of 72.92º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEAA9 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB220234169-
CMYK0.0600.280.08
HSL72.92º60.75%79.02%-
HSV(B)72.92º27.78%91.76%-
XYZ66.176.9348.9-
YUV222.497.86126.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 169 (66.41% from 255) = 27.13%
R=35.31%
G=37.56%
B=27.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341690.0600.280.0872.9260.7579.02
HexDCEAA9601C8493d4f
Octal33435225160341011175117
Binary110111001110101010101001110011100100010010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dceaa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dceaa9; }

 p { color: rgb(220,234,169); }

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

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

 a { background-color: rgb(220,234,169); }

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

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

 span { border-color: rgb(220,234,169); }

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