#DCE9B4

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

Shades of Tusk #DCE9B4

Tints of Tusk #DCE9B4

Color information

#DCE9B4 (or 0xDCE9B4) is unknown color: approx Tusk. HEX triplet: DC, E9 and B4. RGB value is (220,233,180). Sum of RGB (Red+Green+Blue) = 220+233+180=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9B4 is #23164B. Grayscale: #DFDFDF. Windows color (decimal): -2299468 or 11856348. OLE color: 11856348.

HSL color Cylindrical-coordinate representation of color #DCE9B4: hue angle of 74.72º 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 #DCE9B4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB220233180-
CMYK0.0600.230.09
HSL74.72º54.64%80.98%-
HSV(B)74.72º22.75%91.37%-
XYZ66.8976.7954.48-
YUV223.07103.69125.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 233 (91.41% from 255) = 36.81%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=34.76%
G=36.81%
B=28.44%

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
Decimal2202331800.0600.230.0974.7254.6480.98
HexDCE9B4601794b3751
Octal33435126460271111367121
Binary110111001110100110110100110010111100110010111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9B4; }

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

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

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

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

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

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

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

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