#DCD6CB

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

Shades of White Pointer #DCD6CB

Tints of White Pointer #DCD6CB

Color information

#DCD6CB (or 0xDCD6CB) is unknown color: approx White Pointer. HEX triplet: DC, D6 and CB. RGB value is (220,214,203). Sum of RGB (Red+Green+Blue) = 220+214+203=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6CB is #232934. Grayscale: #D6D6D6. Windows color (decimal): -2304309 or 13358812. OLE color: 13358812.

HSL color Cylindrical-coordinate representation of color #DCD6CB: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD6CB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220214203-
CMYK00.030.080.14
HSL38.82º19.54%82.94%-
HSV(B)38.82º7.73%86.27%-
XYZ64.3467.6266.16-
YUV214.54121.49131.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=34.54%
G=33.59%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021420300.030.080.1438.8219.5482.94
HexDCD6CB038E271453
Octal3343263130310164724123
Binary11011100110101101100101101110001110100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6CB; }

 p { color: rgb(220,214,203); }

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

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

 a { background-color: rgb(220,214,203); }

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

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

 span { border-color: rgb(220,214,203); }

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