Shades of White Rock #D5CFAC
Tints of White Rock #D5CFAC
RGB
CMYK
RGB Variations
Color information
#D5CFAC (or 0xD5CFAC) is known color: White Rock. HEX triplet: D5, CF and AC. RGB value is (213,207,172). Sum of RGB (Red+Green+Blue) = 213+207+172=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFAC is #2A3053. Grayscale: #CCCCCC. Windows color (decimal): -2764884 or 11325397. OLE color: 11325397.
HSL color Cylindrical-coordinate representation of color #D5CFAC: hue angle of 51.22º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CFAC is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 172 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.16 |
| HSL | 51.22º | 0.33% | 0.75% | - |
| HSV(B) | 51.22º | 0.19% | 0.84% | - |
| XYZ | 57.2 | 61.75 | 47.93 | - |
| YUV | 204.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 172 | 0 | 0.03 | 0.19 | 0.16 | 51.22 | 0.33 | 0.75 |
| Hex | D5 | CF | AC | 0 | 3 | 13 | 10 | 33 | 21 | 4B |
| Octal | 325 | 317 | 254 | 0 | 3 | 23 | 20 | 63 | 41 | 113 |
| Binary | 11010101 | 11001111 | 10101100 | 0 | 11 | 10011 | 10000 | 110011 | 100001 | 1001011 |
Color Harmonies of #D5CFAC
Complementary color
Monochromatic Colors of #D5CFAC
Black with #D5CFAC
Text Example
Text Example
White with #D5CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFAC; }
p { color: rgb(213,207,172); }
H1.HeaderClassName
{
color: #D5CFAC;
}
.AnyTagClassName
{
color: #D5CFAC;
}
</style>
background-color css
<style>
a { background-color: #D5CFAC; }
a { background-color: rgb(213,207,172); }
div.DivClassName
{
background-color: #D5CFAC;
}
.BgClassName
{
background-color: #D5CFAC;
}
</style>
border-color css
<style>
span { border-color: #D5CFAC; }
span { border-color: rgb(213,207,172); }
td.TdClassName
{
border-color: #D5CFAC;
}
.TagClassName
{
border-color: #D5CFAC;
}
</style>