#DCD5C4

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

Shades of White Pointer #DCD5C4

Tints of White Pointer #DCD5C4

Color information

#DCD5C4 (or 0xDCD5C4) is unknown color: approx White Pointer. HEX triplet: DC, D5 and C4. RGB value is (220,213,196). Sum of RGB (Red+Green+Blue) = 220+213+196=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C4 is #232A3B. Grayscale: #D5D5D5. Windows color (decimal): -2304572 or 12899804. OLE color: 12899804.

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

Color convert

RGB220213196-
CMYK00.030.110.14
HSL42.5º25.53%81.57%-
HSV(B)42.5º10.91%86.27%-
XYZ63.2766.7961.78-
YUV213.15118.32132.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=34.98%
G=33.86%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319600.030.110.1442.525.5381.57
HexDCD5C403BE2b1a52
Octal3343253040313165332122
Binary11011100110101011100010001110111110101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C4; }

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

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

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

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

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

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

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

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