#DCD7CA

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

Shades of White Pointer #DCD7CA

Tints of White Pointer #DCD7CA

Color information

#DCD7CA (or 0xDCD7CA) is unknown color: approx White Pointer. HEX triplet: DC, D7 and CA. RGB value is (220,215,202). Sum of RGB (Red+Green+Blue) = 220+215+202=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7CA is #232835. Grayscale: #D7D7D7. Windows color (decimal): -2304054 or 13293532. OLE color: 13293532.

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

Color convert

RGB220215202-
CMYK00.020.080.14
HSL43.33º20.45%82.75%-
HSV(B)43.33º8.18%86.27%-
XYZ64.4868.0865.62-
YUV215.01120.66131.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=34.54%
G=33.75%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021520200.020.080.1443.3320.4582.75
HexDCD7CA028E2b1453
Octal3343273120210165324123
Binary11011100110101111100101001010001110101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7CA; }

 p { color: rgb(220,215,202); }

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

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

 a { background-color: rgb(220,215,202); }

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

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

 span { border-color: rgb(220,215,202); }

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