Shades of Orinoco #D5DABB
Tints of Orinoco #D5DABB
RGB
CMYK
RGB Variations
Color information
#D5DABB (or 0xD5DABB) is known color: Orinoco. HEX triplet: D5, DA and BB. RGB value is (213,218,187). Sum of RGB (Red+Green+Blue) = 213+218+187=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABB is #2A2544. Grayscale: #D5D5D5. Windows color (decimal): -2762053 or 12311253. OLE color: 12311253.
HSL color Cylindrical-coordinate representation of color #D5DABB: hue angle of 69.68º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DABB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 187 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.15 |
| HSL | 69.68º | 0.3% | 0.79% | - |
| HSV(B) | 69.68º | 0.14% | 0.85% | - |
| XYZ | 61.48 | 67.88 | 56.87 | - |
| YUV | 212.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 187 | 0.02 | 0 | 0.14 | 0.15 | 69.68 | 0.3 | 0.79 |
| Hex | D5 | DA | BB | 2 | 0 | E | F | 46 | 1E | 4F |
| Octal | 325 | 332 | 273 | 2 | 0 | 16 | 17 | 106 | 36 | 117 |
| Binary | 11010101 | 11011010 | 10111011 | 10 | 0 | 1110 | 1111 | 1000110 | 11110 | 1001111 |
Color Harmonies of #D5DABB
Complementary color
Monochromatic Colors of #D5DABB
Black with #D5DABB
Text Example
Text Example
White with #D5DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DABB; }
p { color: rgb(213,218,187); }
H1.HeaderClassName
{
color: #D5DABB;
}
.AnyTagClassName
{
color: #D5DABB;
}
</style>
background-color css
<style>
a { background-color: #D5DABB; }
a { background-color: rgb(213,218,187); }
div.DivClassName
{
background-color: #D5DABB;
}
.BgClassName
{
background-color: #D5DABB;
}
</style>
border-color css
<style>
span { border-color: #D5DABB; }
span { border-color: rgb(213,218,187); }
td.TdClassName
{
border-color: #D5DABB;
}
.TagClassName
{
border-color: #D5DABB;
}
</style>