#DCE3B1

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

Shades of Tusk #DCE3B1

Tints of Tusk #DCE3B1

Color information

#DCE3B1 (or 0xDCE3B1) is unknown color: approx Tusk. HEX triplet: DC, E3 and B1. RGB value is (220,227,177). Sum of RGB (Red+Green+Blue) = 220+227+177=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3B1 is #231C4E. Grayscale: #DBDBDB. Windows color (decimal): -2301007 or 11658204. OLE color: 11658204.

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

Color convert

RGB220227177-
CMYK0.0300.220.11
HSL68.4º47.17%79.22%-
HSV(B)68.4º22.03%89.02%-
XYZ64.9273.3352.33-
YUV219.21104.18128.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 177 (69.53% from 255) = 28.37%
R=35.26%
G=36.38%
B=28.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271770.0300.220.1168.447.1779.22
HexDCE3B13016B442f4f
Octal33434326130261310457117
Binary11011100111000111011000111010110101110001001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3B1; }

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

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

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

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

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

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

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

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