Shades of White Rock #DCD4B4
Tints of White Rock #DCD4B4
RGB
CMYK
RGB Variations
Color information
#DCD4B4 (or 0xDCD4B4) is known color: White Rock. HEX triplet: DC, D4 and B4. RGB value is (220,212,180). Sum of RGB (Red+Green+Blue) = 220+212+180=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4B4 is #232B4B. Grayscale: #D2D2D2. Windows color (decimal): -2304844 or 11850972. OLE color: 11850972.
HSL color Cylindrical-coordinate representation of color #DCD4B4: hue angle of 48º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD4B4 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 180 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.14 |
| HSL | 48º | 0.36% | 0.78% | - |
| HSV(B) | 48º | 0.18% | 0.86% | - |
| XYZ | 61.3 | 65.6 | 52.61 | - |
| YUV | 210.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 180 | 0 | 0.04 | 0.18 | 0.14 | 48 | 0.36 | 0.78 |
| Hex | DC | D4 | B4 | 0 | 4 | 12 | E | 30 | 24 | 4E |
| Octal | 334 | 324 | 264 | 0 | 4 | 22 | 16 | 60 | 44 | 116 |
| Binary | 11011100 | 11010100 | 10110100 | 0 | 100 | 10010 | 1110 | 110000 | 100100 | 1001110 |
Color Harmonies of #DCD4B4
Complementary color
Monochromatic Colors of #DCD4B4
Black with #DCD4B4
Text Example
Text Example
White with #DCD4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4B4; }
p { color: rgb(220,212,180); }
H1.HeaderClassName
{
color: #DCD4B4;
}
.AnyTagClassName
{
color: #DCD4B4;
}
</style>
background-color css
<style>
a { background-color: #DCD4B4; }
a { background-color: rgb(220,212,180); }
div.DivClassName
{
background-color: #DCD4B4;
}
.BgClassName
{
background-color: #DCD4B4;
}
</style>
border-color css
<style>
span { border-color: #DCD4B4; }
span { border-color: rgb(220,212,180); }
td.TdClassName
{
border-color: #DCD4B4;
}
.TagClassName
{
border-color: #DCD4B4;
}
</style>