#DCD5C5

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

Shades of White Pointer #DCD5C5

Tints of White Pointer #DCD5C5

Color information

#DCD5C5 (or 0xDCD5C5) is unknown color: approx White Pointer. HEX triplet: DC, D5 and C5. RGB value is (220,213,197). Sum of RGB (Red+Green+Blue) = 220+213+197=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C5 is #232A3A. Grayscale: #D5D5D5. Windows color (decimal): -2304571 or 12965340. OLE color: 12965340.

HSL color Cylindrical-coordinate representation of color #DCD5C5: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD5C5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220213197-
CMYK00.030.100.14
HSL41.74º24.73%81.76%-
HSV(B)41.74º10.45%86.27%-
XYZ63.3966.8462.38-
YUV213.27118.82132.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 197 (77.34% from 255) = 31.27%
R=34.92%
G=33.81%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319700.030.100.1441.7424.7381.76
HexDCD5C503AE2a1952
Octal3343253050312165231122
Binary11011100110101011100010101110101110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C5; }

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

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

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

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

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

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

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

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