#DCD6C9

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

Shades of White Pointer #DCD6C9

Tints of White Pointer #DCD6C9

Color information

#DCD6C9 (or 0xDCD6C9) is unknown color: approx White Pointer. HEX triplet: DC, D6 and C9. RGB value is (220,214,201). Sum of RGB (Red+Green+Blue) = 220+214+201=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C9 is #232936. Grayscale: #D6D6D6. Windows color (decimal): -2304311 or 13227740. OLE color: 13227740.

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

Color convert

RGB220214201-
CMYK00.030.090.14
HSL41.05º21.35%82.55%-
HSV(B)41.05º8.64%86.27%-
XYZ64.167.5364.91-
YUV214.31120.49132.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=34.65%
G=33.70%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021420100.030.090.1441.0521.3582.55
HexDCD6C9039E291553
Octal3343263110311165125123
Binary11011100110101101100100101110011110101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6C9; }

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

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

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

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

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

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

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

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