Shades of White Rock #D0CCAB
Tints of White Rock #D0CCAB
RGB
CMYK
RGB Variations
Color information
#D0CCAB (or 0xD0CCAB) is known color: White Rock. HEX triplet: D0, CC and AB. RGB value is (208,204,171). Sum of RGB (Red+Green+Blue) = 208+204+171=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCAB is #2F3354. Grayscale: #C9C9C9. Windows color (decimal): -3093333 or 11259088. OLE color: 11259088.
HSL color Cylindrical-coordinate representation of color #D0CCAB: hue angle of 53.51º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0CCAB is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 171 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.18 |
| HSL | 53.51º | 0.28% | 0.74% | - |
| HSV(B) | 53.51º | 0.18% | 0.82% | - |
| XYZ | 54.96 | 59.54 | 47.12 | - |
| YUV | 201.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 171 | 0 | 0.02 | 0.18 | 0.18 | 53.51 | 0.28 | 0.74 |
| Hex | D0 | CC | AB | 0 | 2 | 12 | 12 | 36 | 1C | 4A |
| Octal | 320 | 314 | 253 | 0 | 2 | 22 | 22 | 66 | 34 | 112 |
| Binary | 11010000 | 11001100 | 10101011 | 0 | 10 | 10010 | 10010 | 110110 | 11100 | 1001010 |
Color Harmonies of #D0CCAB
Complementary color
Monochromatic Colors of #D0CCAB
Black with #D0CCAB
Text Example
Text Example
White with #D0CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCAB; }
p { color: rgb(208,204,171); }
H1.HeaderClassName
{
color: #D0CCAB;
}
.AnyTagClassName
{
color: #D0CCAB;
}
</style>
background-color css
<style>
a { background-color: #D0CCAB; }
a { background-color: rgb(208,204,171); }
div.DivClassName
{
background-color: #D0CCAB;
}
.BgClassName
{
background-color: #D0CCAB;
}
</style>
border-color css
<style>
span { border-color: #D0CCAB; }
span { border-color: rgb(208,204,171); }
td.TdClassName
{
border-color: #D0CCAB;
}
.TagClassName
{
border-color: #D0CCAB;
}
</style>