Shades of White Rock #DCD3B0
Tints of White Rock #DCD3B0
RGB
CMYK
RGB Variations
Color information
#DCD3B0 (or 0xDCD3B0) is known color: White Rock. HEX triplet: DC, D3 and B0. RGB value is (220,211,176). Sum of RGB (Red+Green+Blue) = 220+211+176=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3B0 is #232C4F. Grayscale: #D1D1D1. Windows color (decimal): -2305104 or 11588572. OLE color: 11588572.
HSL color Cylindrical-coordinate representation of color #DCD3B0: hue angle of 47.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD3B0 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 176 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.14 |
| HSL | 47.73º | 0.39% | 0.78% | - |
| HSV(B) | 47.73º | 0.2% | 0.86% | - |
| XYZ | 60.65 | 64.94 | 50.41 | - |
| YUV | 209.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 176 | 0 | 0.04 | 0.2 | 0.14 | 47.73 | 0.39 | 0.78 |
| Hex | DC | D3 | B0 | 0 | 4 | 14 | E | 30 | 27 | 4E |
| Octal | 334 | 323 | 260 | 0 | 4 | 24 | 16 | 60 | 47 | 116 |
| Binary | 11011100 | 11010011 | 10110000 | 0 | 100 | 10100 | 1110 | 110000 | 100111 | 1001110 |
Color Harmonies of #DCD3B0
Complementary color
Monochromatic Colors of #DCD3B0
Black with #DCD3B0
Text Example
Text Example
White with #DCD3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3B0; }
p { color: rgb(220,211,176); }
H1.HeaderClassName
{
color: #DCD3B0;
}
.AnyTagClassName
{
color: #DCD3B0;
}
</style>
background-color css
<style>
a { background-color: #DCD3B0; }
a { background-color: rgb(220,211,176); }
div.DivClassName
{
background-color: #DCD3B0;
}
.BgClassName
{
background-color: #DCD3B0;
}
</style>
border-color css
<style>
span { border-color: #DCD3B0; }
span { border-color: rgb(220,211,176); }
td.TdClassName
{
border-color: #DCD3B0;
}
.TagClassName
{
border-color: #DCD3B0;
}
</style>