#DCE9B5

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

Shades of Tusk #DCE9B5

Tints of Tusk #DCE9B5

Color information

#DCE9B5 (or 0xDCE9B5) is unknown color: approx Tusk. HEX triplet: DC, E9 and B5. RGB value is (220,233,181). Sum of RGB (Red+Green+Blue) = 220+233+181=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9B5 is #23164A. Grayscale: #DFDFDF. Windows color (decimal): -2299467 or 11921884. OLE color: 11921884.

HSL color Cylindrical-coordinate representation of color #DCE9B5: hue angle of 75º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE9B5 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB220233181-
CMYK0.0600.220.09
HSL75º54.17%81.18%-
HSV(B)75º22.32%91.37%-
XYZ66.9976.8355.01-
YUV223.18104.19125.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 233 (91.41% from 255) = 36.75%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=34.70%
G=36.75%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331810.0600.220.097554.1781.18
HexDCE9B5601694b3651
Octal33435126560261111366121
Binary110111001110100110110101110010110100110010111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9B5; }

 p { color: rgb(220,233,181); }

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

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

 a { background-color: rgb(220,233,181); }

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

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

 span { border-color: rgb(220,233,181); }

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