#DCE69C

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

Shades of Tusk #DCE69C

Tints of Tusk #DCE69C

Color information

#DCE69C (or 0xDCE69C) is unknown color: approx Tusk. HEX triplet: DC, E6 and 9C. RGB value is (220,230,156). Sum of RGB (Red+Green+Blue) = 220+230+156=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69C is #231963. Grayscale: #DADADA. Windows color (decimal): -2300260 or 10282716. OLE color: 10282716.

HSL color Cylindrical-coordinate representation of color #DCE69C: hue angle of 68.11º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE69C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB220230156-
CMYK0.0400.320.10
HSL68.11º59.68%75.69%-
HSV(B)68.11º32.17%90.2%-
XYZ63.8174.2142.41-
YUV218.5792.69129.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=36.30%
G=37.95%
B=25.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301560.0400.320.1068.1159.6875.69
HexDCE69C4020A443c4c
Octal33434623440401210474114
Binary1101110011100110100111001000100000101010001001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE69C; }

 p { color: rgb(220,230,156); }

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

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

 a { background-color: rgb(220,230,156); }

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

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

 span { border-color: rgb(220,230,156); }

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