Shades of White Rock #D7CFA9
Tints of White Rock #D7CFA9
RGB
CMYK
RGB Variations
Color information
#D7CFA9 (or 0xD7CFA9) is known color: White Rock. HEX triplet: D7, CF and A9. RGB value is (215,207,169). Sum of RGB (Red+Green+Blue) = 215+207+169=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CFA9 is #283056. Grayscale: #CDCDCD. Windows color (decimal): -2633815 or 11128791. OLE color: 11128791.
HSL color Cylindrical-coordinate representation of color #D7CFA9: hue angle of 49.57º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7CFA9 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 169 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.16 |
| HSL | 49.57º | 0.37% | 0.75% | - |
| HSV(B) | 49.57º | 0.21% | 0.84% | - |
| XYZ | 57.5 | 61.94 | 46.46 | - |
| YUV | 205.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 169 | 0 | 0.04 | 0.21 | 0.16 | 49.57 | 0.37 | 0.75 |
| Hex | D7 | CF | A9 | 0 | 4 | 15 | 10 | 32 | 25 | 4B |
| Octal | 327 | 317 | 251 | 0 | 4 | 25 | 20 | 62 | 45 | 113 |
| Binary | 11010111 | 11001111 | 10101001 | 0 | 100 | 10101 | 10000 | 110010 | 100101 | 1001011 |
Color Harmonies of #D7CFA9
Complementary color
Monochromatic Colors of #D7CFA9
Black with #D7CFA9
Text Example
Text Example
White with #D7CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFA9; }
p { color: rgb(215,207,169); }
H1.HeaderClassName
{
color: #D7CFA9;
}
.AnyTagClassName
{
color: #D7CFA9;
}
</style>
background-color css
<style>
a { background-color: #D7CFA9; }
a { background-color: rgb(215,207,169); }
div.DivClassName
{
background-color: #D7CFA9;
}
.BgClassName
{
background-color: #D7CFA9;
}
</style>
border-color css
<style>
span { border-color: #D7CFA9; }
span { border-color: rgb(215,207,169); }
td.TdClassName
{
border-color: #D7CFA9;
}
.TagClassName
{
border-color: #D7CFA9;
}
</style>