Shades of White Rock #D5CDA9
Tints of White Rock #D5CDA9
RGB
CMYK
RGB Variations
Color information
#D5CDA9 (or 0xD5CDA9) is known color: White Rock. HEX triplet: D5, CD and A9. RGB value is (213,205,169). Sum of RGB (Red+Green+Blue) = 213+205+169=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA9 is #2A3256. Grayscale: #CBCBCB. Windows color (decimal): -2765399 or 11128277. OLE color: 11128277.
HSL color Cylindrical-coordinate representation of color #D5CDA9: hue angle of 49.09º degrees, saturation: 0.34, 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 #D5CDA9 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 169 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.16 |
| HSL | 49.09º | 0.34% | 0.75% | - |
| HSV(B) | 49.09º | 0.21% | 0.84% | - |
| XYZ | 56.43 | 60.67 | 46.27 | - |
| YUV | 203.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 169 | 0 | 0.04 | 0.21 | 0.16 | 49.09 | 0.34 | 0.75 |
| Hex | D5 | CD | A9 | 0 | 4 | 15 | 10 | 31 | 22 | 4B |
| Octal | 325 | 315 | 251 | 0 | 4 | 25 | 20 | 61 | 42 | 113 |
| Binary | 11010101 | 11001101 | 10101001 | 0 | 100 | 10101 | 10000 | 110001 | 100010 | 1001011 |
Color Harmonies of #D5CDA9
Complementary color
Monochromatic Colors of #D5CDA9
Black with #D5CDA9
Text Example
Text Example
White with #D5CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDA9; }
p { color: rgb(213,205,169); }
H1.HeaderClassName
{
color: #D5CDA9;
}
.AnyTagClassName
{
color: #D5CDA9;
}
</style>
background-color css
<style>
a { background-color: #D5CDA9; }
a { background-color: rgb(213,205,169); }
div.DivClassName
{
background-color: #D5CDA9;
}
.BgClassName
{
background-color: #D5CDA9;
}
</style>
border-color css
<style>
span { border-color: #D5CDA9; }
span { border-color: rgb(213,205,169); }
td.TdClassName
{
border-color: #D5CDA9;
}
.TagClassName
{
border-color: #D5CDA9;
}
</style>