Shades of Orinoco #DADCB6
Tints of Orinoco #DADCB6
RGB
CMYK
RGB Variations
Color information
#DADCB6 (or 0xDADCB6) is known color: Orinoco. HEX triplet: DA, DC and B6. RGB value is (218,220,182). Sum of RGB (Red+Green+Blue) = 218+220+182=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB6 is #252349. Grayscale: #D7D7D7. Windows color (decimal): -2433866 or 11984090. OLE color: 11984090.
HSL color Cylindrical-coordinate representation of color #DADCB6: hue angle of 63.16º 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 #DADCB6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 182 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.14 |
| HSL | 63.16º | 0.35% | 0.79% | - |
| HSV(B) | 63.16º | 0.17% | 0.86% | - |
| XYZ | 62.95 | 69.47 | 54.35 | - |
| YUV | 215.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 182 | 0.01 | 0 | 0.17 | 0.14 | 63.16 | 0.35 | 0.79 |
| Hex | DA | DC | B6 | 1 | 0 | 11 | E | 3F | 23 | 4F |
| Octal | 332 | 334 | 266 | 1 | 0 | 21 | 16 | 77 | 43 | 117 |
| Binary | 11011010 | 11011100 | 10110110 | 1 | 0 | 10001 | 1110 | 111111 | 100011 | 1001111 |
Color Harmonies of #DADCB6
Complementary color
Monochromatic Colors of #DADCB6
Black with #DADCB6
Text Example
Text Example
White with #DADCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCB6; }
p { color: rgb(218,220,182); }
H1.HeaderClassName
{
color: #DADCB6;
}
.AnyTagClassName
{
color: #DADCB6;
}
</style>
background-color css
<style>
a { background-color: #DADCB6; }
a { background-color: rgb(218,220,182); }
div.DivClassName
{
background-color: #DADCB6;
}
.BgClassName
{
background-color: #DADCB6;
}
</style>
border-color css
<style>
span { border-color: #DADCB6; }
span { border-color: rgb(218,220,182); }
td.TdClassName
{
border-color: #DADCB6;
}
.TagClassName
{
border-color: #DADCB6;
}
</style>