Shades of Orinoco #DADDB8
Tints of Orinoco #DADDB8
RGB
CMYK
RGB Variations
Color information
#DADDB8 (or 0xDADDB8) is known color: Orinoco. HEX triplet: DA, DD and B8. RGB value is (218,221,184). Sum of RGB (Red+Green+Blue) = 218+221+184=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB8 is #252247. Grayscale: #D8D8D8. Windows color (decimal): -2433608 or 12115418. OLE color: 12115418.
HSL color Cylindrical-coordinate representation of color #DADDB8: hue angle of 64.86º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADDB8 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 184 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.13 |
| HSL | 64.86º | 0.35% | 0.79% | - |
| HSV(B) | 64.86º | 0.17% | 0.87% | - |
| XYZ | 63.42 | 70.08 | 55.53 | - |
| YUV | 215.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 184 | 0.01 | 0 | 0.17 | 0.13 | 64.86 | 0.35 | 0.79 |
| Hex | DA | DD | B8 | 1 | 0 | 11 | D | 41 | 23 | 4F |
| Octal | 332 | 335 | 270 | 1 | 0 | 21 | 15 | 101 | 43 | 117 |
| Binary | 11011010 | 11011101 | 10111000 | 1 | 0 | 10001 | 1101 | 1000001 | 100011 | 1001111 |
Color Harmonies of #DADDB8
Complementary color
Monochromatic Colors of #DADDB8
Black with #DADDB8
Text Example
Text Example
White with #DADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDB8; }
p { color: rgb(218,221,184); }
H1.HeaderClassName
{
color: #DADDB8;
}
.AnyTagClassName
{
color: #DADDB8;
}
</style>
background-color css
<style>
a { background-color: #DADDB8; }
a { background-color: rgb(218,221,184); }
div.DivClassName
{
background-color: #DADDB8;
}
.BgClassName
{
background-color: #DADDB8;
}
</style>
border-color css
<style>
span { border-color: #DADDB8; }
span { border-color: rgb(218,221,184); }
td.TdClassName
{
border-color: #DADDB8;
}
.TagClassName
{
border-color: #DADDB8;
}
</style>