Shades of Orinoco #DADBB1
Tints of Orinoco #DADBB1
RGB
CMYK
RGB Variations
Color information
#DADBB1 (or 0xDADBB1) is known color: Orinoco. HEX triplet: DA, DB and B1. RGB value is (218,219,177). Sum of RGB (Red+Green+Blue) = 218+219+177=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBB1 is #25244E. Grayscale: #D6D6D6. Windows color (decimal): -2434127 or 11656154. OLE color: 11656154.
HSL color Cylindrical-coordinate representation of color #DADBB1: hue angle of 61.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DADBB1 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 177 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.14 |
| HSL | 61.43º | 0.37% | 0.78% | - |
| HSV(B) | 61.43º | 0.19% | 0.86% | - |
| XYZ | 62.18 | 68.74 | 51.59 | - |
| YUV | 213.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 177 | 0.00 | 0 | 0.19 | 0.14 | 61.43 | 0.37 | 0.78 |
| Hex | DA | DB | B1 | 0 | 0 | 13 | E | 3D | 25 | 4E |
| Octal | 332 | 333 | 261 | 0 | 0 | 23 | 16 | 75 | 45 | 116 |
| Binary | 11011010 | 11011011 | 10110001 | 0 | 0 | 10011 | 1110 | 111101 | 100101 | 1001110 |
Color Harmonies of #DADBB1
Complementary color
Monochromatic Colors of #DADBB1
Black with #DADBB1
Text Example
Text Example
White with #DADBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBB1; }
p { color: rgb(218,219,177); }
H1.HeaderClassName
{
color: #DADBB1;
}
.AnyTagClassName
{
color: #DADBB1;
}
</style>
background-color css
<style>
a { background-color: #DADBB1; }
a { background-color: rgb(218,219,177); }
div.DivClassName
{
background-color: #DADBB1;
}
.BgClassName
{
background-color: #DADBB1;
}
</style>
border-color css
<style>
span { border-color: #DADBB1; }
span { border-color: rgb(218,219,177); }
td.TdClassName
{
border-color: #DADBB1;
}
.TagClassName
{
border-color: #DADBB1;
}
</style>