Shades of White Pointer #DCD5C4
Tints of White Pointer #DCD5C4
RGB
CMYK
RGB Variations
Color information
#DCD5C4 (or 0xDCD5C4) is known color: 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
| RGB | 220 | 213 | 196 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.14 |
| HSL | 42.5º | 0.26% | 0.82% | - |
| HSV(B) | 42.5º | 0.11% | 0.86% | - |
| XYZ | 63.27 | 66.79 | 61.78 | - |
| YUV | 213.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 196 | 0 | 0.03 | 0.11 | 0.14 | 42.5 | 0.26 | 0.82 |
| Hex | DC | D5 | C4 | 0 | 3 | B | E | 2A | 1A | 52 |
| Octal | 334 | 325 | 304 | 0 | 3 | 13 | 16 | 52 | 32 | 122 |
| Binary | 11011100 | 11010101 | 11000100 | 0 | 11 | 1011 | 1110 | 101010 | 11010 | 1010010 |
Color Harmonies of #DCD5C4
Complementary color
Monochromatic Colors of #DCD5C4
Black with #DCD5C4
Text Example
Text Example
White with #DCD5C4
Text Example
Text Example
HTML Codes & Css Web 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>