Shades of White Rock #D4CDB4
Tints of White Rock #D4CDB4
RGB
CMYK
RGB Variations
Color information
#D4CDB4 (or 0xD4CDB4) is known color: White Rock. HEX triplet: D4, CD and B4. RGB value is (212,205,180). Sum of RGB (Red+Green+Blue) = 212+205+180=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDB4 is #2B324B. Grayscale: #CCCCCC. Windows color (decimal): -2830924 or 11849172. OLE color: 11849172.
HSL color Cylindrical-coordinate representation of color #D4CDB4: hue angle of 46.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CDB4 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 205 | 180 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.17 |
| HSL | 46.88º | 0.27% | 0.77% | - |
| HSV(B) | 46.88º | 0.15% | 0.83% | - |
| XYZ | 57.22 | 60.95 | 51.93 | - |
| YUV | 204.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 180 | 0 | 0.03 | 0.15 | 0.17 | 46.88 | 0.27 | 0.77 |
| Hex | D4 | CD | B4 | 0 | 3 | F | 11 | 2F | 1B | 4D |
| Octal | 324 | 315 | 264 | 0 | 3 | 17 | 21 | 57 | 33 | 115 |
| Binary | 11010100 | 11001101 | 10110100 | 0 | 11 | 1111 | 10001 | 101111 | 11011 | 1001101 |
Color Harmonies of #D4CDB4
Complementary color
Monochromatic Colors of #D4CDB4
Black with #D4CDB4
Text Example
Text Example
White with #D4CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDB4; }
p { color: rgb(212,205,180); }
H1.HeaderClassName
{
color: #D4CDB4;
}
.AnyTagClassName
{
color: #D4CDB4;
}
</style>
background-color css
<style>
a { background-color: #D4CDB4; }
a { background-color: rgb(212,205,180); }
div.DivClassName
{
background-color: #D4CDB4;
}
.BgClassName
{
background-color: #D4CDB4;
}
</style>
border-color css
<style>
span { border-color: #D4CDB4; }
span { border-color: rgb(212,205,180); }
td.TdClassName
{
border-color: #D4CDB4;
}
.TagClassName
{
border-color: #D4CDB4;
}
</style>