Shades of Orinoco #DBDCB7
Tints of Orinoco #DBDCB7
RGB
CMYK
RGB Variations
Color information
#DBDCB7 (or 0xDBDCB7) is known color: Orinoco. HEX triplet: DB, DC and B7. RGB value is (219,220,183). Sum of RGB (Red+Green+Blue) = 219+220+183=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCB7 is #242348. Grayscale: #D7D7D7. Windows color (decimal): -2368329 or 12049627. OLE color: 12049627.
HSL color Cylindrical-coordinate representation of color #DBDCB7: hue angle of 61.62º degrees, saturation: 0.35, 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 #DBDCB7 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 183 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.14 |
| HSL | 61.62º | 0.35% | 0.79% | - |
| HSV(B) | 61.62º | 0.17% | 0.86% | - |
| XYZ | 63.35 | 69.67 | 54.91 | - |
| YUV | 215.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 183 | 0.00 | 0 | 0.17 | 0.14 | 61.62 | 0.35 | 0.79 |
| Hex | DB | DC | B7 | 0 | 0 | 11 | E | 3E | 23 | 4F |
| Octal | 333 | 334 | 267 | 0 | 0 | 21 | 16 | 76 | 43 | 117 |
| Binary | 11011011 | 11011100 | 10110111 | 0 | 0 | 10001 | 1110 | 111110 | 100011 | 1001111 |
Color Harmonies of #DBDCB7
Complementary color
Monochromatic Colors of #DBDCB7
Black with #DBDCB7
Text Example
Text Example
White with #DBDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCB7; }
p { color: rgb(219,220,183); }
H1.HeaderClassName
{
color: #DBDCB7;
}
.AnyTagClassName
{
color: #DBDCB7;
}
</style>
background-color css
<style>
a { background-color: #DBDCB7; }
a { background-color: rgb(219,220,183); }
div.DivClassName
{
background-color: #DBDCB7;
}
.BgClassName
{
background-color: #DBDCB7;
}
</style>
border-color css
<style>
span { border-color: #DBDCB7; }
span { border-color: rgb(219,220,183); }
td.TdClassName
{
border-color: #DBDCB7;
}
.TagClassName
{
border-color: #DBDCB7;
}
</style>