#DCD5C9

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

Shades of White Pointer #DCD5C9

Tints of White Pointer #DCD5C9

Color information

#DCD5C9 (or 0xDCD5C9) is unknown color: approx White Pointer. HEX triplet: DC, D5 and C9. RGB value is (220,213,201). Sum of RGB (Red+Green+Blue) = 220+213+201=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C9 is #232A36. Grayscale: #D5D5D5. Windows color (decimal): -2304567 or 13227484. OLE color: 13227484.

HSL color Cylindrical-coordinate representation of color #DCD5C9: hue angle of 37.89º 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 #DCD5C9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220213201-
CMYK00.030.090.14
HSL37.89º21.35%82.55%-
HSV(B)37.89º8.64%86.27%-
XYZ63.8567.0264.83-
YUV213.72120.82132.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=34.70%
G=33.60%
B=31.70%

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
Decimal22021320100.030.090.1437.8921.3582.55
HexDCD5C9039E261553
Octal3343253110311164625123
Binary11011100110101011100100101110011110100110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C9; }

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

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

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

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

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

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

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

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