Shades of White Pointer #DCD7CA
Tints of White Pointer #DCD7CA
RGB
CMYK
RGB Variations
Color information
#DCD7CA (or 0xDCD7CA) is known color: 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
| RGB | 220 | 215 | 202 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.14 |
| HSL | 43.33º | 0.2% | 0.83% | - |
| HSV(B) | 43.33º | 0.08% | 0.86% | - |
| XYZ | 64.48 | 68.08 | 65.62 | - |
| YUV | 215.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 202 | 0 | 0.02 | 0.08 | 0.14 | 43.33 | 0.2 | 0.83 |
| Hex | DC | D7 | CA | 0 | 2 | 8 | E | 2B | 14 | 53 |
| Octal | 334 | 327 | 312 | 0 | 2 | 10 | 16 | 53 | 24 | 123 |
| Binary | 11011100 | 11010111 | 11001010 | 0 | 10 | 1000 | 1110 | 101011 | 10100 | 1010011 |
Color Harmonies of #DCD7CA
Complementary color
Monochromatic Colors of #DCD7CA
Black with #DCD7CA
Text Example
Text Example
White with #DCD7CA
Text Example
Text Example
HTML Codes & Css Web 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>