#DCDFB5

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

Shades of Tusk #DCDFB5

Tints of Tusk #DCDFB5

Color information

#DCDFB5 (or 0xDCDFB5) is unknown color: approx Tusk. HEX triplet: DC, DF and B5. RGB value is (220,223,181). Sum of RGB (Red+Green+Blue) = 220+223+181=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB5 is #23204A. Grayscale: #D9D9D9. Windows color (decimal): -2302027 or 11919324. OLE color: 11919324.

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

Color convert

RGB220223181-
CMYK0.0100.190.13
HSL64.29º39.62%79.22%-
HSV(B)64.29º18.83%87.45%-
XYZ64.2471.3354.1-
YUV217.32107.51129.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=35.26%
G=35.74%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231810.0100.190.1364.2939.6279.22
HexDCDFB51013D40284f
Octal33433726510231510050117
Binary1101110011011111101101011010011110110000001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFB5; }

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

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

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

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

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

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

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

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