Shades of Orinoco #DBDAB0
Tints of Orinoco #DBDAB0
RGB
CMYK
RGB Variations
Color information
#DBDAB0 (or 0xDBDAB0) is known color: Orinoco. HEX triplet: DB, DA and B0. RGB value is (219,218,176). Sum of RGB (Red+Green+Blue) = 219+218+176=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAB0 is #24254F. Grayscale: #D5D5D5. Windows color (decimal): -2368848 or 11590363. OLE color: 11590363.
HSL color Cylindrical-coordinate representation of color #DBDAB0: hue angle of 58.6º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDAB0 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 176 | - |
CMYK | 0 | 0.00 | 0.20 | 0.14 |
HSL | 58.6º | 0.37% | 0.77% | - |
HSV(B) | 58.6º | 0.2% | 0.86% | - |
XYZ | 62.12 | 68.34 | 50.99 | - |
YUV | 213.51 | 106.83 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 176 | 0 | 0.00 | 0.20 | 0.14 | 58.6 | 0.37 | 0.77 |
Hex | DB | DA | B0 | 0 | 0 | 14 | E | 3B | 25 | 4D |
Octal | 333 | 332 | 260 | 0 | 0 | 24 | 16 | 73 | 45 | 115 |
Binary | 11011011 | 11011010 | 10110000 | 0 | 0 | 10100 | 1110 | 111011 | 100101 | 1001101 |
Color Harmonies of #DBDAB0
Complementary color
Monochromatic Colors of #DBDAB0
Black with #DBDAB0
Text Example
Text Example
White with #DBDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAB0; }
p { color: rgb(219,218,176); }
H1.HeaderClassName
{
color: #DBDAB0;
}
.AnyTagClassName
{
color: #DBDAB0;
}
</style>
background-color css
<style>
a { background-color: #DBDAB0; }
a { background-color: rgb(219,218,176); }
div.DivClassName
{
background-color: #DBDAB0;
}
.BgClassName
{
background-color: #DBDAB0;
}
</style>
border-color css
<style>
span { border-color: #DBDAB0; }
span { border-color: rgb(219,218,176); }
td.TdClassName
{
border-color: #DBDAB0;
}
.TagClassName
{
border-color: #DBDAB0;
}
</style>