Shades of White Rock #D0CDAB
Tints of White Rock #D0CDAB
RGB
CMYK
RGB Variations
Color information
#D0CDAB (or 0xD0CDAB) is known color: White Rock. HEX triplet: D0, CD and AB. RGB value is (208,205,171). Sum of RGB (Red+Green+Blue) = 208+205+171=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CDAB is #2F3254. Grayscale: #CACACA. Windows color (decimal): -3093077 or 11259344. OLE color: 11259344.
HSL color Cylindrical-coordinate representation of color #D0CDAB: hue angle of 55.14º 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 #D0CDAB is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 171 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.18 |
| HSL | 55.14º | 0.28% | 0.74% | - |
| HSV(B) | 55.14º | 0.18% | 0.82% | - |
| XYZ | 55.19 | 60.01 | 47.2 | - |
| YUV | 202.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 171 | 0 | 0.01 | 0.18 | 0.18 | 55.14 | 0.28 | 0.74 |
| Hex | D0 | CD | AB | 0 | 1 | 12 | 12 | 37 | 1C | 4A |
| Octal | 320 | 315 | 253 | 0 | 1 | 22 | 22 | 67 | 34 | 112 |
| Binary | 11010000 | 11001101 | 10101011 | 0 | 1 | 10010 | 10010 | 110111 | 11100 | 1001010 |
Color Harmonies of #D0CDAB
Complementary color
Monochromatic Colors of #D0CDAB
Black with #D0CDAB
Text Example
Text Example
White with #D0CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDAB; }
p { color: rgb(208,205,171); }
H1.HeaderClassName
{
color: #D0CDAB;
}
.AnyTagClassName
{
color: #D0CDAB;
}
</style>
background-color css
<style>
a { background-color: #D0CDAB; }
a { background-color: rgb(208,205,171); }
div.DivClassName
{
background-color: #D0CDAB;
}
.BgClassName
{
background-color: #D0CDAB;
}
</style>
border-color css
<style>
span { border-color: #D0CDAB; }
span { border-color: rgb(208,205,171); }
td.TdClassName
{
border-color: #D0CDAB;
}
.TagClassName
{
border-color: #D0CDAB;
}
</style>