Shades of White Rock #D1CDA9
Tints of White Rock #D1CDA9
RGB
CMYK
RGB Variations
Color information
#D1CDA9 (or 0xD1CDA9) is known color: White Rock. HEX triplet: D1, CD and A9. RGB value is (209,205,169). Sum of RGB (Red+Green+Blue) = 209+205+169=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDA9 is #2E3256. Grayscale: #CACACA. Windows color (decimal): -3027543 or 11128273. OLE color: 11128273.
HSL color Cylindrical-coordinate representation of color #D1CDA9: hue angle of 54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CDA9 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 169 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.18 |
| HSL | 54º | 0.3% | 0.74% | - |
| HSV(B) | 54º | 0.19% | 0.82% | - |
| XYZ | 55.29 | 60.08 | 46.22 | - |
| YUV | 202.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 169 | 0 | 0.02 | 0.19 | 0.18 | 54 | 0.3 | 0.74 |
| Hex | D1 | CD | A9 | 0 | 2 | 13 | 12 | 36 | 1E | 4A |
| Octal | 321 | 315 | 251 | 0 | 2 | 23 | 22 | 66 | 36 | 112 |
| Binary | 11010001 | 11001101 | 10101001 | 0 | 10 | 10011 | 10010 | 110110 | 11110 | 1001010 |
Color Harmonies of #D1CDA9
Complementary color
Monochromatic Colors of #D1CDA9
Black with #D1CDA9
Text Example
Text Example
White with #D1CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDA9; }
p { color: rgb(209,205,169); }
H1.HeaderClassName
{
color: #D1CDA9;
}
.AnyTagClassName
{
color: #D1CDA9;
}
</style>
background-color css
<style>
a { background-color: #D1CDA9; }
a { background-color: rgb(209,205,169); }
div.DivClassName
{
background-color: #D1CDA9;
}
.BgClassName
{
background-color: #D1CDA9;
}
</style>
border-color css
<style>
span { border-color: #D1CDA9; }
span { border-color: rgb(209,205,169); }
td.TdClassName
{
border-color: #D1CDA9;
}
.TagClassName
{
border-color: #D1CDA9;
}
</style>