Shades of White Rock #DCD5B1
Tints of White Rock #DCD5B1
RGB
CMYK
RGB Variations
Color information
#DCD5B1 (or 0xDCD5B1) is known color: White Rock. HEX triplet: DC, D5 and B1. RGB value is (220,213,177). Sum of RGB (Red+Green+Blue) = 220+213+177=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5B1 is #232A4E. Grayscale: #D3D3D3. Windows color (decimal): -2304591 or 11654620. OLE color: 11654620.
HSL color Cylindrical-coordinate representation of color #DCD5B1: hue angle of 50.23º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD5B1 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 177 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.14 |
| HSL | 50.23º | 0.38% | 0.78% | - |
| HSV(B) | 50.23º | 0.2% | 0.86% | - |
| XYZ | 61.25 | 65.98 | 51.1 | - |
| YUV | 210.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 177 | 0 | 0.03 | 0.20 | 0.14 | 50.23 | 0.38 | 0.78 |
| Hex | DC | D5 | B1 | 0 | 3 | 14 | E | 32 | 26 | 4E |
| Octal | 334 | 325 | 261 | 0 | 3 | 24 | 16 | 62 | 46 | 116 |
| Binary | 11011100 | 11010101 | 10110001 | 0 | 11 | 10100 | 1110 | 110010 | 100110 | 1001110 |
Color Harmonies of #DCD5B1
Complementary color
Monochromatic Colors of #DCD5B1
Black with #DCD5B1
Text Example
Text Example
White with #DCD5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5B1; }
p { color: rgb(220,213,177); }
H1.HeaderClassName
{
color: #DCD5B1;
}
.AnyTagClassName
{
color: #DCD5B1;
}
</style>
background-color css
<style>
a { background-color: #DCD5B1; }
a { background-color: rgb(220,213,177); }
div.DivClassName
{
background-color: #DCD5B1;
}
.BgClassName
{
background-color: #DCD5B1;
}
</style>
border-color css
<style>
span { border-color: #DCD5B1; }
span { border-color: rgb(220,213,177); }
td.TdClassName
{
border-color: #DCD5B1;
}
.TagClassName
{
border-color: #DCD5B1;
}
</style>