Shades of White Rock #D5CFAD
Tints of White Rock #D5CFAD
RGB
CMYK
RGB Variations
Color information
#D5CFAD (or 0xD5CFAD) is known color: White Rock. HEX triplet: D5, CF and AD. RGB value is (213,207,173). Sum of RGB (Red+Green+Blue) = 213+207+173=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFAD is #2A3052. Grayscale: #CDCDCD. Windows color (decimal): -2764883 or 11390933. OLE color: 11390933.
HSL color Cylindrical-coordinate representation of color #D5CFAD: hue angle of 51º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CFAD is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 173 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.16 |
| HSL | 51º | 0.32% | 0.76% | - |
| HSV(B) | 51º | 0.19% | 0.84% | - |
| XYZ | 57.3 | 61.79 | 48.44 | - |
| YUV | 204.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 173 | 0 | 0.03 | 0.19 | 0.16 | 51 | 0.32 | 0.76 |
| Hex | D5 | CF | AD | 0 | 3 | 13 | 10 | 33 | 20 | 4C |
| Octal | 325 | 317 | 255 | 0 | 3 | 23 | 20 | 63 | 40 | 114 |
| Binary | 11010101 | 11001111 | 10101101 | 0 | 11 | 10011 | 10000 | 110011 | 100000 | 1001100 |
Color Harmonies of #D5CFAD
Complementary color
Monochromatic Colors of #D5CFAD
Black with #D5CFAD
Text Example
Text Example
White with #D5CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFAD; }
p { color: rgb(213,207,173); }
H1.HeaderClassName
{
color: #D5CFAD;
}
.AnyTagClassName
{
color: #D5CFAD;
}
</style>
background-color css
<style>
a { background-color: #D5CFAD; }
a { background-color: rgb(213,207,173); }
div.DivClassName
{
background-color: #D5CFAD;
}
.BgClassName
{
background-color: #D5CFAD;
}
</style>
border-color css
<style>
span { border-color: #D5CFAD; }
span { border-color: rgb(213,207,173); }
td.TdClassName
{
border-color: #D5CFAD;
}
.TagClassName
{
border-color: #D5CFAD;
}
</style>