#DCE3B2

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

Shades of Tusk #DCE3B2

Tints of Tusk #DCE3B2

Color information

#DCE3B2 (or 0xDCE3B2) is unknown color: approx Tusk. HEX triplet: DC, E3 and B2. RGB value is (220,227,178). Sum of RGB (Red+Green+Blue) = 220+227+178=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3B2 is #231C4D. Grayscale: #DBDBDB. Windows color (decimal): -2301006 or 11723740. OLE color: 11723740.

HSL color Cylindrical-coordinate representation of color #DCE3B2: hue angle of 68.57º 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 #DCE3B2 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB220227178-
CMYK0.0300.220.11
HSL68.57º46.67%79.41%-
HSV(B)68.57º21.59%89.02%-
XYZ65.0273.3752.85-
YUV219.32104.68128.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 178 (69.92% from 255) = 28.48%
R=35.2%
G=36.32%
B=28.48%

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
Decimal2202271780.0300.220.1168.5746.6779.41
HexDCE3B23016B452f4f
Octal33434326230261310557117
Binary11011100111000111011001011010110101110001011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3B2; }

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

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

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

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

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

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

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

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