Shades of White Rock #DCD4B1
Tints of White Rock #DCD4B1
RGB
CMYK
RGB Variations
Color information
#DCD4B1 (or 0xDCD4B1) is known color: White Rock. HEX triplet: DC, D4 and B1. RGB value is (220,212,177). Sum of RGB (Red+Green+Blue) = 220+212+177=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4B1 is #232B4E. Grayscale: #D2D2D2. Windows color (decimal): -2304847 or 11654364. OLE color: 11654364.
HSL color Cylindrical-coordinate representation of color #DCD4B1: hue angle of 48.84º 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 #DCD4B1 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 177 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.14 |
| HSL | 48.84º | 0.38% | 0.78% | - |
| HSV(B) | 48.84º | 0.2% | 0.86% | - |
| XYZ | 60.99 | 65.48 | 51.02 | - |
| YUV | 210.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 177 | 0 | 0.04 | 0.20 | 0.14 | 48.84 | 0.38 | 0.78 |
| Hex | DC | D4 | B1 | 0 | 4 | 14 | E | 31 | 26 | 4E |
| Octal | 334 | 324 | 261 | 0 | 4 | 24 | 16 | 61 | 46 | 116 |
| Binary | 11011100 | 11010100 | 10110001 | 0 | 100 | 10100 | 1110 | 110001 | 100110 | 1001110 |
Color Harmonies of #DCD4B1
Complementary color
Monochromatic Colors of #DCD4B1
Black with #DCD4B1
Text Example
Text Example
White with #DCD4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4B1; }
p { color: rgb(220,212,177); }
H1.HeaderClassName
{
color: #DCD4B1;
}
.AnyTagClassName
{
color: #DCD4B1;
}
</style>
background-color css
<style>
a { background-color: #DCD4B1; }
a { background-color: rgb(220,212,177); }
div.DivClassName
{
background-color: #DCD4B1;
}
.BgClassName
{
background-color: #DCD4B1;
}
</style>
border-color css
<style>
span { border-color: #DCD4B1; }
span { border-color: rgb(220,212,177); }
td.TdClassName
{
border-color: #DCD4B1;
}
.TagClassName
{
border-color: #DCD4B1;
}
</style>