Shades of White Rock #DAD2AF
Tints of White Rock #DAD2AF
RGB
CMYK
RGB Variations
Color information
#DAD2AF (or 0xDAD2AF) is known color: White Rock. HEX triplet: DA, D2 and AF. RGB value is (218,210,175). Sum of RGB (Red+Green+Blue) = 218+210+175=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2AF is #252D50. Grayscale: #D0D0D0. Windows color (decimal): -2436433 or 11522778. OLE color: 11522778.
HSL color Cylindrical-coordinate representation of color #DAD2AF: hue angle of 48.84º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAD2AF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 175 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.15 |
| HSL | 48.84º | 0.37% | 0.77% | - |
| HSV(B) | 48.84º | 0.2% | 0.85% | - |
| XYZ | 59.7 | 64.09 | 49.78 | - |
| YUV | 208.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 175 | 0 | 0.04 | 0.20 | 0.15 | 48.84 | 0.37 | 0.77 |
| Hex | DA | D2 | AF | 0 | 4 | 14 | F | 31 | 25 | 4D |
| Octal | 332 | 322 | 257 | 0 | 4 | 24 | 17 | 61 | 45 | 115 |
| Binary | 11011010 | 11010010 | 10101111 | 0 | 100 | 10100 | 1111 | 110001 | 100101 | 1001101 |
Color Harmonies of #DAD2AF
Complementary color
Monochromatic Colors of #DAD2AF
Black with #DAD2AF
Text Example
Text Example
White with #DAD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2AF; }
p { color: rgb(218,210,175); }
H1.HeaderClassName
{
color: #DAD2AF;
}
.AnyTagClassName
{
color: #DAD2AF;
}
</style>
background-color css
<style>
a { background-color: #DAD2AF; }
a { background-color: rgb(218,210,175); }
div.DivClassName
{
background-color: #DAD2AF;
}
.BgClassName
{
background-color: #DAD2AF;
}
</style>
border-color css
<style>
span { border-color: #DAD2AF; }
span { border-color: rgb(218,210,175); }
td.TdClassName
{
border-color: #DAD2AF;
}
.TagClassName
{
border-color: #DAD2AF;
}
</style>