Shades of White Rock #D0CCB4
Tints of White Rock #D0CCB4
RGB
CMYK
RGB Variations
Color information
#D0CCB4 (or 0xD0CCB4) is known color: White Rock. HEX triplet: D0, CC and B4. RGB value is (208,204,180). Sum of RGB (Red+Green+Blue) = 208+204+180=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCB4 is #2F334B. Grayscale: #CACACA. Windows color (decimal): -3093324 or 11848912. OLE color: 11848912.
HSL color Cylindrical-coordinate representation of color #D0CCB4: hue angle of 51.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CCB4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 180 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.18 |
| HSL | 51.43º | 0.23% | 0.76% | - |
| HSV(B) | 51.43º | 0.13% | 0.82% | - |
| XYZ | 55.84 | 59.89 | 51.8 | - |
| YUV | 202.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 180 | 0 | 0.02 | 0.13 | 0.18 | 51.43 | 0.23 | 0.76 |
| Hex | D0 | CC | B4 | 0 | 2 | D | 12 | 33 | 17 | 4C |
| Octal | 320 | 314 | 264 | 0 | 2 | 15 | 22 | 63 | 27 | 114 |
| Binary | 11010000 | 11001100 | 10110100 | 0 | 10 | 1101 | 10010 | 110011 | 10111 | 1001100 |
Color Harmonies of #D0CCB4
Complementary color
Monochromatic Colors of #D0CCB4
Black with #D0CCB4
Text Example
Text Example
White with #D0CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCB4; }
p { color: rgb(208,204,180); }
H1.HeaderClassName
{
color: #D0CCB4;
}
.AnyTagClassName
{
color: #D0CCB4;
}
</style>
background-color css
<style>
a { background-color: #D0CCB4; }
a { background-color: rgb(208,204,180); }
div.DivClassName
{
background-color: #D0CCB4;
}
.BgClassName
{
background-color: #D0CCB4;
}
</style>
border-color css
<style>
span { border-color: #D0CCB4; }
span { border-color: rgb(208,204,180); }
td.TdClassName
{
border-color: #D0CCB4;
}
.TagClassName
{
border-color: #D0CCB4;
}
</style>