Shades of Orinoco #DADDB9
Tints of Orinoco #DADDB9
RGB
CMYK
RGB Variations
Color information
#DADDB9 (or 0xDADDB9) is known color: Orinoco. HEX triplet: DA, DD and B9. RGB value is (218,221,185). Sum of RGB (Red+Green+Blue) = 218+221+185=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB9 is #252246. Grayscale: #D8D8D8. Windows color (decimal): -2433607 or 12180954. OLE color: 12180954.
HSL color Cylindrical-coordinate representation of color #DADDB9: hue angle of 65º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADDB9 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 185 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.13 |
| HSL | 65º | 0.35% | 0.8% | - |
| HSV(B) | 65º | 0.16% | 0.87% | - |
| XYZ | 63.53 | 70.12 | 56.09 | - |
| YUV | 216 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 185 | 0.01 | 0 | 0.16 | 0.13 | 65 | 0.35 | 0.8 |
| Hex | DA | DD | B9 | 1 | 0 | 10 | D | 41 | 23 | 50 |
| Octal | 332 | 335 | 271 | 1 | 0 | 20 | 15 | 101 | 43 | 120 |
| Binary | 11011010 | 11011101 | 10111001 | 1 | 0 | 10000 | 1101 | 1000001 | 100011 | 1010000 |
Color Harmonies of #DADDB9
Complementary color
Monochromatic Colors of #DADDB9
Black with #DADDB9
Text Example
Text Example
White with #DADDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDB9; }
p { color: rgb(218,221,185); }
H1.HeaderClassName
{
color: #DADDB9;
}
.AnyTagClassName
{
color: #DADDB9;
}
</style>
background-color css
<style>
a { background-color: #DADDB9; }
a { background-color: rgb(218,221,185); }
div.DivClassName
{
background-color: #DADDB9;
}
.BgClassName
{
background-color: #DADDB9;
}
</style>
border-color css
<style>
span { border-color: #DADDB9; }
span { border-color: rgb(218,221,185); }
td.TdClassName
{
border-color: #DADDB9;
}
.TagClassName
{
border-color: #DADDB9;
}
</style>