Shades of Orinoco #DBDAB6
Tints of Orinoco #DBDAB6
RGB
CMYK
RGB Variations
Color information
#DBDAB6 (or 0xDBDAB6) is known color: Orinoco. HEX triplet: DB, DA and B6. RGB value is (219,218,182). Sum of RGB (Red+Green+Blue) = 219+218+182=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAB6 is #242549. Grayscale: #D6D6D6. Windows color (decimal): -2368842 or 11983579. OLE color: 11983579.
HSL color Cylindrical-coordinate representation of color #DBDAB6: hue angle of 58.38º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBDAB6 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 182 | - |
CMYK | 0 | 0.00 | 0.17 | 0.14 |
HSL | 58.38º | 0.34% | 0.79% | - |
HSV(B) | 58.38º | 0.17% | 0.86% | - |
XYZ | 62.73 | 68.58 | 54.19 | - |
YUV | 214.2 | 109.83 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 182 | 0 | 0.00 | 0.17 | 0.14 | 58.38 | 0.34 | 0.79 |
Hex | DB | DA | B6 | 0 | 0 | 11 | E | 3A | 22 | 4F |
Octal | 333 | 332 | 266 | 0 | 0 | 21 | 16 | 72 | 42 | 117 |
Binary | 11011011 | 11011010 | 10110110 | 0 | 0 | 10001 | 1110 | 111010 | 100010 | 1001111 |
Color Harmonies of #DBDAB6
Complementary color
Monochromatic Colors of #DBDAB6
Black with #DBDAB6
Text Example
Text Example
White with #DBDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAB6; }
p { color: rgb(219,218,182); }
H1.HeaderClassName
{
color: #DBDAB6;
}
.AnyTagClassName
{
color: #DBDAB6;
}
</style>
background-color css
<style>
a { background-color: #DBDAB6; }
a { background-color: rgb(219,218,182); }
div.DivClassName
{
background-color: #DBDAB6;
}
.BgClassName
{
background-color: #DBDAB6;
}
</style>
border-color css
<style>
span { border-color: #DBDAB6; }
span { border-color: rgb(219,218,182); }
td.TdClassName
{
border-color: #DBDAB6;
}
.TagClassName
{
border-color: #DBDAB6;
}
</style>