#DCDFB2

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

Shades of Tusk #DCDFB2

Tints of Tusk #DCDFB2

Color information

#DCDFB2 (or 0xDCDFB2) is unknown color: approx Tusk. HEX triplet: DC, DF and B2. RGB value is (220,223,178). Sum of RGB (Red+Green+Blue) = 220+223+178=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFB2 is #23204D. Grayscale: #D9D9D9. Windows color (decimal): -2302030 or 11722716. OLE color: 11722716.

HSL color Cylindrical-coordinate representation of color #DCDFB2: hue angle of 64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDFB2 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB220223178-
CMYK0.0100.200.13
HSL64º41.28%78.63%-
HSV(B)64º20.18%87.45%-
XYZ63.9471.2152.49-
YUV216.97106.01130.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=35.43%
G=35.91%
B=28.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231780.0100.200.136441.2878.63
HexDCDFB21014D40294f
Octal33433726210241510051117
Binary1101110011011111101100101010100110110000001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFB2; }

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

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

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

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

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

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

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

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