#DCE9B3

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

Shades of Tusk #DCE9B3

Tints of Tusk #DCE9B3

Color information

#DCE9B3 (or 0xDCE9B3) is unknown color: approx Tusk. HEX triplet: DC, E9 and B3. RGB value is (220,233,179). Sum of RGB (Red+Green+Blue) = 220+233+179=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9B3 is #23164C. Grayscale: #DFDFDF. Windows color (decimal): -2299469 or 11790812. OLE color: 11790812.

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

Color convert

RGB220233179-
CMYK0.0600.230.09
HSL74.44º55.1%80.78%-
HSV(B)74.44º23.18%91.37%-
XYZ66.7976.7553.94-
YUV222.96103.19125.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 233 (91.41% from 255) = 36.87%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=34.81%
G=36.87%
B=28.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331790.0600.230.0974.4455.180.78
HexDCE9B3601794a3751
Octal33435126360271111267121
Binary110111001110100110110011110010111100110010101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9B3; }

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

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

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

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

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

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

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

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