Shades of Orinoco #DBDBB7
Tints of Orinoco #DBDBB7
RGB
CMYK
RGB Variations
Color information
#DBDBB7 (or 0xDBDBB7) is known color: Orinoco. HEX triplet: DB, DB and B7. RGB value is (219,219,183). Sum of RGB (Red+Green+Blue) = 219+219+183=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBB7 is #242448. Grayscale: #D7D7D7. Windows color (decimal): -2368585 or 12049371. OLE color: 12049371.
HSL color Cylindrical-coordinate representation of color #DBDBB7: hue angle of 60º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBDBB7 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 183 | - |
CMYK | 0 | 0 | 0.16 | 0.14 |
HSL | 60º | 0.33% | 0.79% | - |
HSV(B) | 60º | 0.16% | 0.86% | - |
XYZ | 63.09 | 69.14 | 54.82 | - |
YUV | 214.9 | 110 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 183 | 0 | 0 | 0.16 | 0.14 | 60 | 0.33 | 0.79 |
Hex | DB | DB | B7 | 0 | 0 | 10 | E | 3C | 21 | 4F |
Octal | 333 | 333 | 267 | 0 | 0 | 20 | 16 | 74 | 41 | 117 |
Binary | 11011011 | 11011011 | 10110111 | 0 | 0 | 10000 | 1110 | 111100 | 100001 | 1001111 |
Color Harmonies of #DBDBB7
Complementary color
Monochromatic Colors of #DBDBB7
Black with #DBDBB7
Text Example
Text Example
White with #DBDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBB7; }
p { color: rgb(219,219,183); }
H1.HeaderClassName
{
color: #DBDBB7;
}
.AnyTagClassName
{
color: #DBDBB7;
}
</style>
background-color css
<style>
a { background-color: #DBDBB7; }
a { background-color: rgb(219,219,183); }
div.DivClassName
{
background-color: #DBDBB7;
}
.BgClassName
{
background-color: #DBDBB7;
}
</style>
border-color css
<style>
span { border-color: #DBDBB7; }
span { border-color: rgb(219,219,183); }
td.TdClassName
{
border-color: #DBDBB7;
}
.TagClassName
{
border-color: #DBDBB7;
}
</style>