Shades of Orinoco #DBDAB5
Tints of Orinoco #DBDAB5
RGB
CMYK
RGB Variations
Color information
#DBDAB5 (or 0xDBDAB5) is known color: Orinoco. HEX triplet: DB, DA and B5. RGB value is (219,218,181). Sum of RGB (Red+Green+Blue) = 219+218+181=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAB5 is #24254A. Grayscale: #D6D6D6. Windows color (decimal): -2368843 or 11918043. OLE color: 11918043.
HSL color Cylindrical-coordinate representation of color #DBDAB5: hue angle of 58.42º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBDAB5 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 181 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.14 |
| HSL | 58.42º | 0.35% | 0.78% | - |
| HSV(B) | 58.42º | 0.17% | 0.86% | - |
| XYZ | 62.63 | 68.54 | 53.64 | - |
| YUV | 214.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 181 | 0 | 0.00 | 0.17 | 0.14 | 58.42 | 0.35 | 0.78 |
| Hex | DB | DA | B5 | 0 | 0 | 11 | E | 3A | 23 | 4E |
| Octal | 333 | 332 | 265 | 0 | 0 | 21 | 16 | 72 | 43 | 116 |
| Binary | 11011011 | 11011010 | 10110101 | 0 | 0 | 10001 | 1110 | 111010 | 100011 | 1001110 |
Color Harmonies of #DBDAB5
Complementary color
Monochromatic Colors of #DBDAB5
Black with #DBDAB5
Text Example
Text Example
White with #DBDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAB5; }
p { color: rgb(219,218,181); }
H1.HeaderClassName
{
color: #DBDAB5;
}
.AnyTagClassName
{
color: #DBDAB5;
}
</style>
background-color css
<style>
a { background-color: #DBDAB5; }
a { background-color: rgb(219,218,181); }
div.DivClassName
{
background-color: #DBDAB5;
}
.BgClassName
{
background-color: #DBDAB5;
}
</style>
border-color css
<style>
span { border-color: #DBDAB5; }
span { border-color: rgb(219,218,181); }
td.TdClassName
{
border-color: #DBDAB5;
}
.TagClassName
{
border-color: #DBDAB5;
}
</style>