Shades of White Rock #D2CFA9
Tints of White Rock #D2CFA9
RGB
CMYK
RGB Variations
Color information
#D2CFA9 (or 0xD2CFA9) is known color: White Rock. HEX triplet: D2, CF and A9. RGB value is (210,207,169). Sum of RGB (Red+Green+Blue) = 210+207+169=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CFA9 is #2D3056. Grayscale: #CBCBCB. Windows color (decimal): -2961495 or 11128786. OLE color: 11128786.
HSL color Cylindrical-coordinate representation of color #D2CFA9: hue angle of 55.61º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CFA9 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 169 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.18 |
| HSL | 55.61º | 0.31% | 0.74% | - |
| HSV(B) | 55.61º | 0.2% | 0.82% | - |
| XYZ | 56.05 | 61.19 | 46.39 | - |
| YUV | 203.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 169 | 0 | 0.01 | 0.20 | 0.18 | 55.61 | 0.31 | 0.74 |
| Hex | D2 | CF | A9 | 0 | 1 | 14 | 12 | 38 | 1F | 4A |
| Octal | 322 | 317 | 251 | 0 | 1 | 24 | 22 | 70 | 37 | 112 |
| Binary | 11010010 | 11001111 | 10101001 | 0 | 1 | 10100 | 10010 | 111000 | 11111 | 1001010 |
Color Harmonies of #D2CFA9
Complementary color
Monochromatic Colors of #D2CFA9
Black with #D2CFA9
Text Example
Text Example
White with #D2CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFA9; }
p { color: rgb(210,207,169); }
H1.HeaderClassName
{
color: #D2CFA9;
}
.AnyTagClassName
{
color: #D2CFA9;
}
</style>
background-color css
<style>
a { background-color: #D2CFA9; }
a { background-color: rgb(210,207,169); }
div.DivClassName
{
background-color: #D2CFA9;
}
.BgClassName
{
background-color: #D2CFA9;
}
</style>
border-color css
<style>
span { border-color: #D2CFA9; }
span { border-color: rgb(210,207,169); }
td.TdClassName
{
border-color: #D2CFA9;
}
.TagClassName
{
border-color: #D2CFA9;
}
</style>