Shades of Spanish White #DCCDB6
Tints of Spanish White #DCCDB6
RGB
CMYK
RGB Variations
Color information
#DCCDB6 (or 0xDCCDB6) is known color: Spanish White. HEX triplet: DC, CD and B6. RGB value is (220,205,182). Sum of RGB (Red+Green+Blue) = 220+205+182=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB6 is #233249. Grayscale: #CECECE. Windows color (decimal): -2306634 or 11980252. OLE color: 11980252.
HSL color Cylindrical-coordinate representation of color #DCCDB6: hue angle of 36.32º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 205 | 182 | - |
CMYK | 0 | 0.07 | 0.17 | 0.14 |
HSL | 36.32º | 0.35% | 0.79% | - |
HSV(B) | 36.32º | 0.17% | 0.86% | - |
XYZ | 59.79 | 62.26 | 53.12 | - |
YUV | 206.86 | 113.97 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 182 | 0 | 0.07 | 0.17 | 0.14 | 36.32 | 0.35 | 0.79 |
Hex | DC | CD | B6 | 0 | 7 | 11 | E | 24 | 23 | 4F |
Octal | 334 | 315 | 266 | 0 | 7 | 21 | 16 | 44 | 43 | 117 |
Binary | 11011100 | 11001101 | 10110110 | 0 | 111 | 10001 | 1110 | 100100 | 100011 | 1001111 |
Color Harmonies of #DCCDB6
Complementary color
Monochromatic Colors of #DCCDB6
Black with #DCCDB6
Text Example
Text Example
White with #DCCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB6; }
p { color: rgb(220,205,182); }
H1.HeaderClassName
{
color: #DCCDB6;
}
.AnyTagClassName
{
color: #DCCDB6;
}
</style>
background-color css
<style>
a { background-color: #DCCDB6; }
a { background-color: rgb(220,205,182); }
div.DivClassName
{
background-color: #DCCDB6;
}
.BgClassName
{
background-color: #DCCDB6;
}
</style>
border-color css
<style>
span { border-color: #DCCDB6; }
span { border-color: rgb(220,205,182); }
td.TdClassName
{
border-color: #DCCDB6;
}
.TagClassName
{
border-color: #DCCDB6;
}
</style>