#DCDFB1

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

Shades of Tusk #DCDFB1

Tints of Tusk #DCDFB1

Color information

#DCDFB1 (or 0xDCDFB1) is unknown color: approx Tusk. HEX triplet: DC, DF and B1. RGB value is (220,223,177). Sum of RGB (Red+Green+Blue) = 220+223+177=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFB1 is #23204E. Grayscale: #D9D9D9. Windows color (decimal): -2302031 or 11657180. OLE color: 11657180.

HSL color Cylindrical-coordinate representation of color #DCDFB1: hue angle of 63.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDFB1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB220223177-
CMYK0.0100.210.13
HSL63.91º41.82%78.43%-
HSV(B)63.91º20.63%87.45%-
XYZ63.8471.1751.97-
YUV216.86105.51130.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=35.48%
G=35.97%
B=28.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231770.0100.210.1363.9141.8278.43
HexDCDFB11015D402a4e
Octal33433726110251510052116
Binary1101110011011111101100011010101110110000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFB1; }

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

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

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

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

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

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

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

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