Shades of White Rock #D4D1BC
Tints of White Rock #D4D1BC
RGB
CMYK
RGB Variations
Color information
#D4D1BC (or 0xD4D1BC) is known color: White Rock. HEX triplet: D4, D1 and BC. RGB value is (212,209,188). Sum of RGB (Red+Green+Blue) = 212+209+188=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1BC is #2B2E43. Grayscale: #CFCFCF. Windows color (decimal): -2829892 or 12374484. OLE color: 12374484.
HSL color Cylindrical-coordinate representation of color #D4D1BC: hue angle of 52.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D1BC is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 188 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.17 |
| HSL | 52.5º | 0.22% | 0.78% | - |
| HSV(B) | 52.5º | 0.11% | 0.83% | - |
| XYZ | 59.03 | 63.23 | 56.67 | - |
| YUV | 207.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 188 | 0 | 0.01 | 0.11 | 0.17 | 52.5 | 0.22 | 0.78 |
| Hex | D4 | D1 | BC | 0 | 1 | B | 11 | 34 | 16 | 4E |
| Octal | 324 | 321 | 274 | 0 | 1 | 13 | 21 | 64 | 26 | 116 |
| Binary | 11010100 | 11010001 | 10111100 | 0 | 1 | 1011 | 10001 | 110100 | 10110 | 1001110 |
Color Harmonies of #D4D1BC
Complementary color
Monochromatic Colors of #D4D1BC
Black with #D4D1BC
Text Example
Text Example
White with #D4D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1BC; }
p { color: rgb(212,209,188); }
H1.HeaderClassName
{
color: #D4D1BC;
}
.AnyTagClassName
{
color: #D4D1BC;
}
</style>
background-color css
<style>
a { background-color: #D4D1BC; }
a { background-color: rgb(212,209,188); }
div.DivClassName
{
background-color: #D4D1BC;
}
.BgClassName
{
background-color: #D4D1BC;
}
</style>
border-color css
<style>
span { border-color: #D4D1BC; }
span { border-color: rgb(212,209,188); }
td.TdClassName
{
border-color: #D4D1BC;
}
.TagClassName
{
border-color: #D4D1BC;
}
</style>