#DCE3B3

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

Shades of Tusk #DCE3B3

Tints of Tusk #DCE3B3

Color information

#DCE3B3 (or 0xDCE3B3) is unknown color: approx Tusk. HEX triplet: DC, E3 and B3. RGB value is (220,227,179). Sum of RGB (Red+Green+Blue) = 220+227+179=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3B3 is #231C4C. Grayscale: #DBDBDB. Windows color (decimal): -2301005 or 11789276. OLE color: 11789276.

HSL color Cylindrical-coordinate representation of color #DCE3B3: hue angle of 68.75º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCE3B3 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB220227179-
CMYK0.0300.210.11
HSL68.75º46.15%79.61%-
HSV(B)68.75º21.15%89.02%-
XYZ65.1273.4153.38-
YUV219.44105.18128.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=35.14%
G=36.26%
B=28.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271790.0300.210.1168.7546.1579.61
HexDCE3B33015B452e50
Octal33434326330251310556120
Binary11011100111000111011001111010101101110001011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3B3; }

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

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

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

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

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

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

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

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