Shades of Orinoco #DCDAB2
Tints of Orinoco #DCDAB2
RGB
CMYK
RGB Variations
Color information
#DCDAB2 (or 0xDCDAB2) is known color: Orinoco. HEX triplet: DC, DA and B2. RGB value is (220,218,178). Sum of RGB (Red+Green+Blue) = 220+218+178=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB2 is #23254D. Grayscale: #D6D6D6. Windows color (decimal): -2303310 or 11721436. OLE color: 11721436.
HSL color Cylindrical-coordinate representation of color #DCDAB2: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 178 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.14 |
| HSL | 57.14º | 0.38% | 0.78% | - |
| HSV(B) | 57.14º | 0.19% | 0.86% | - |
| XYZ | 62.62 | 68.57 | 52.05 | - |
| YUV | 214.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 178 | 0 | 0.01 | 0.19 | 0.14 | 57.14 | 0.38 | 0.78 |
| Hex | DC | DA | B2 | 0 | 1 | 13 | E | 39 | 26 | 4E |
| Octal | 334 | 332 | 262 | 0 | 1 | 23 | 16 | 71 | 46 | 116 |
| Binary | 11011100 | 11011010 | 10110010 | 0 | 1 | 10011 | 1110 | 111001 | 100110 | 1001110 |
Color Harmonies of #DCDAB2
Complementary color
Monochromatic Colors of #DCDAB2
Black with #DCDAB2
Text Example
Text Example
White with #DCDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAB2; }
p { color: rgb(220,218,178); }
H1.HeaderClassName
{
color: #DCDAB2;
}
.AnyTagClassName
{
color: #DCDAB2;
}
</style>
background-color css
<style>
a { background-color: #DCDAB2; }
a { background-color: rgb(220,218,178); }
div.DivClassName
{
background-color: #DCDAB2;
}
.BgClassName
{
background-color: #DCDAB2;
}
</style>
border-color css
<style>
span { border-color: #DCDAB2; }
span { border-color: rgb(220,218,178); }
td.TdClassName
{
border-color: #DCDAB2;
}
.TagClassName
{
border-color: #DCDAB2;
}
</style>