Shades of White Rock #D7CFAC
Tints of White Rock #D7CFAC
RGB
CMYK
RGB Variations
Color information
#D7CFAC (or 0xD7CFAC) is known color: White Rock. HEX triplet: D7, CF and AC. RGB value is (215,207,172). Sum of RGB (Red+Green+Blue) = 215+207+172=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CFAC is #283053. Grayscale: #CDCDCD. Windows color (decimal): -2633812 or 11325399. OLE color: 11325399.
HSL color Cylindrical-coordinate representation of color #D7CFAC: hue angle of 48.84º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7CFAC is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 172 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.16 |
| HSL | 48.84º | 0.35% | 0.76% | - |
| HSV(B) | 48.84º | 0.2% | 0.84% | - |
| XYZ | 57.78 | 62.05 | 47.96 | - |
| YUV | 205.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 172 | 0 | 0.04 | 0.2 | 0.16 | 48.84 | 0.35 | 0.76 |
| Hex | D7 | CF | AC | 0 | 4 | 14 | 10 | 31 | 23 | 4C |
| Octal | 327 | 317 | 254 | 0 | 4 | 24 | 20 | 61 | 43 | 114 |
| Binary | 11010111 | 11001111 | 10101100 | 0 | 100 | 10100 | 10000 | 110001 | 100011 | 1001100 |
Color Harmonies of #D7CFAC
Complementary color
Monochromatic Colors of #D7CFAC
Black with #D7CFAC
Text Example
Text Example
White with #D7CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFAC; }
p { color: rgb(215,207,172); }
H1.HeaderClassName
{
color: #D7CFAC;
}
.AnyTagClassName
{
color: #D7CFAC;
}
</style>
background-color css
<style>
a { background-color: #D7CFAC; }
a { background-color: rgb(215,207,172); }
div.DivClassName
{
background-color: #D7CFAC;
}
.BgClassName
{
background-color: #D7CFAC;
}
</style>
border-color css
<style>
span { border-color: #D7CFAC; }
span { border-color: rgb(215,207,172); }
td.TdClassName
{
border-color: #D7CFAC;
}
.TagClassName
{
border-color: #D7CFAC;
}
</style>