Shades of White Rock #D5CFAF
Tints of White Rock #D5CFAF
RGB
CMYK
RGB Variations
Color information
#D5CFAF (or 0xD5CFAF) is known color: White Rock. HEX triplet: D5, CF and AF. RGB value is (213,207,175). Sum of RGB (Red+Green+Blue) = 213+207+175=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFAF is #2A3050. Grayscale: #CDCDCD. Windows color (decimal): -2764881 or 11522005. OLE color: 11522005.
HSL color Cylindrical-coordinate representation of color #D5CFAF: hue angle of 50.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CFAF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 175 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.16 |
| HSL | 50.53º | 0.31% | 0.76% | - |
| HSV(B) | 50.53º | 0.18% | 0.84% | - |
| XYZ | 57.49 | 61.87 | 49.47 | - |
| YUV | 205.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 175 | 0 | 0.03 | 0.18 | 0.16 | 50.53 | 0.31 | 0.76 |
| Hex | D5 | CF | AF | 0 | 3 | 12 | 10 | 33 | 1F | 4C |
| Octal | 325 | 317 | 257 | 0 | 3 | 22 | 20 | 63 | 37 | 114 |
| Binary | 11010101 | 11001111 | 10101111 | 0 | 11 | 10010 | 10000 | 110011 | 11111 | 1001100 |
Color Harmonies of #D5CFAF
Complementary color
Monochromatic Colors of #D5CFAF
Black with #D5CFAF
Text Example
Text Example
White with #D5CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFAF; }
p { color: rgb(213,207,175); }
H1.HeaderClassName
{
color: #D5CFAF;
}
.AnyTagClassName
{
color: #D5CFAF;
}
</style>
background-color css
<style>
a { background-color: #D5CFAF; }
a { background-color: rgb(213,207,175); }
div.DivClassName
{
background-color: #D5CFAF;
}
.BgClassName
{
background-color: #D5CFAF;
}
</style>
border-color css
<style>
span { border-color: #D5CFAF; }
span { border-color: rgb(213,207,175); }
td.TdClassName
{
border-color: #D5CFAF;
}
.TagClassName
{
border-color: #D5CFAF;
}
</style>