Shades of White Rock #D4D1AD
Tints of White Rock #D4D1AD
RGB
CMYK
RGB Variations
Color information
#D4D1AD (or 0xD4D1AD) is known color: White Rock. HEX triplet: D4, D1 and AD. RGB value is (212,209,173). Sum of RGB (Red+Green+Blue) = 212+209+173=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D1AD is #2B2E52. Grayscale: #CDCDCD. Windows color (decimal): -2829907 or 11391444. OLE color: 11391444.
HSL color Cylindrical-coordinate representation of color #D4D1AD: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4D1AD is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 173 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.17 |
| HSL | 55.38º | 0.31% | 0.75% | - |
| HSV(B) | 55.38º | 0.18% | 0.83% | - |
| XYZ | 57.49 | 62.62 | 48.59 | - |
| YUV | 205.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 173 | 0 | 0.01 | 0.18 | 0.17 | 55.38 | 0.31 | 0.75 |
| Hex | D4 | D1 | AD | 0 | 1 | 12 | 11 | 37 | 1F | 4B |
| Octal | 324 | 321 | 255 | 0 | 1 | 22 | 21 | 67 | 37 | 113 |
| Binary | 11010100 | 11010001 | 10101101 | 0 | 1 | 10010 | 10001 | 110111 | 11111 | 1001011 |
Color Harmonies of #D4D1AD
Complementary color
Monochromatic Colors of #D4D1AD
Black with #D4D1AD
Text Example
Text Example
White with #D4D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1AD; }
p { color: rgb(212,209,173); }
H1.HeaderClassName
{
color: #D4D1AD;
}
.AnyTagClassName
{
color: #D4D1AD;
}
</style>
background-color css
<style>
a { background-color: #D4D1AD; }
a { background-color: rgb(212,209,173); }
div.DivClassName
{
background-color: #D4D1AD;
}
.BgClassName
{
background-color: #D4D1AD;
}
</style>
border-color css
<style>
span { border-color: #D4D1AD; }
span { border-color: rgb(212,209,173); }
td.TdClassName
{
border-color: #D4D1AD;
}
.TagClassName
{
border-color: #D4D1AD;
}
</style>