Shades of Orinoco #DADCBA
Tints of Orinoco #DADCBA
RGB
CMYK
RGB Variations
Color information
#DADCBA (or 0xDADCBA) is known color: Orinoco. HEX triplet: DA, DC and BA. RGB value is (218,220,186). Sum of RGB (Red+Green+Blue) = 218+220+186=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCBA is #252345. Grayscale: #D7D7D7. Windows color (decimal): -2433862 or 12246234. OLE color: 12246234.
HSL color Cylindrical-coordinate representation of color #DADCBA: hue angle of 63.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADCBA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 186 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.14 |
| HSL | 63.53º | 0.33% | 0.8% | - |
| HSV(B) | 63.53º | 0.15% | 0.86% | - |
| XYZ | 63.37 | 69.64 | 56.56 | - |
| YUV | 215.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 186 | 0.01 | 0 | 0.15 | 0.14 | 63.53 | 0.33 | 0.8 |
| Hex | DA | DC | BA | 1 | 0 | F | E | 40 | 21 | 50 |
| Octal | 332 | 334 | 272 | 1 | 0 | 17 | 16 | 100 | 41 | 120 |
| Binary | 11011010 | 11011100 | 10111010 | 1 | 0 | 1111 | 1110 | 1000000 | 100001 | 1010000 |
Color Harmonies of #DADCBA
Complementary color
Monochromatic Colors of #DADCBA
Black with #DADCBA
Text Example
Text Example
White with #DADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCBA; }
p { color: rgb(218,220,186); }
H1.HeaderClassName
{
color: #DADCBA;
}
.AnyTagClassName
{
color: #DADCBA;
}
</style>
background-color css
<style>
a { background-color: #DADCBA; }
a { background-color: rgb(218,220,186); }
div.DivClassName
{
background-color: #DADCBA;
}
.BgClassName
{
background-color: #DADCBA;
}
</style>
border-color css
<style>
span { border-color: #DADCBA; }
span { border-color: rgb(218,220,186); }
td.TdClassName
{
border-color: #DADCBA;
}
.TagClassName
{
border-color: #DADCBA;
}
</style>