Shades of White Rock #DCD2B0
Tints of White Rock #DCD2B0
RGB
CMYK
RGB Variations
Color information
#DCD2B0 (or 0xDCD2B0) is known color: White Rock. HEX triplet: DC, D2 and B0. RGB value is (220,210,176). Sum of RGB (Red+Green+Blue) = 220+210+176=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2B0 is #232D4F. Grayscale: #D1D1D1. Windows color (decimal): -2305360 or 11588316. OLE color: 11588316.
HSL color Cylindrical-coordinate representation of color #DCD2B0: hue angle of 46.36º 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 #DCD2B0 is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 176 | - |
CMYK | 0 | 0.05 | 0.2 | 0.14 |
HSL | 46.36º | 0.39% | 0.78% | - |
HSV(B) | 46.36º | 0.2% | 0.86% | - |
XYZ | 60.4 | 64.44 | 50.33 | - |
YUV | 209.11 | 109.31 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 176 | 0 | 0.05 | 0.2 | 0.14 | 46.36 | 0.39 | 0.78 |
Hex | DC | D2 | B0 | 0 | 5 | 14 | E | 2E | 27 | 4E |
Octal | 334 | 322 | 260 | 0 | 5 | 24 | 16 | 56 | 47 | 116 |
Binary | 11011100 | 11010010 | 10110000 | 0 | 101 | 10100 | 1110 | 101110 | 100111 | 1001110 |
Color Harmonies of #DCD2B0
Complementary color
Monochromatic Colors of #DCD2B0
Black with #DCD2B0
Text Example
Text Example
White with #DCD2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2B0; }
p { color: rgb(220,210,176); }
H1.HeaderClassName
{
color: #DCD2B0;
}
.AnyTagClassName
{
color: #DCD2B0;
}
</style>
background-color css
<style>
a { background-color: #DCD2B0; }
a { background-color: rgb(220,210,176); }
div.DivClassName
{
background-color: #DCD2B0;
}
.BgClassName
{
background-color: #DCD2B0;
}
</style>
border-color css
<style>
span { border-color: #DCD2B0; }
span { border-color: rgb(220,210,176); }
td.TdClassName
{
border-color: #DCD2B0;
}
.TagClassName
{
border-color: #DCD2B0;
}
</style>