Shades of Orinoco #D3DBA7
Tints of Orinoco #D3DBA7
RGB
CMYK
RGB Variations
Color information
#D3DBA7 (or 0xD3DBA7) is known color: Orinoco. HEX triplet: D3, DB and A7. RGB value is (211,219,167). Sum of RGB (Red+Green+Blue) = 211+219+167=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBA7 is #2C2458. Grayscale: #D2D2D2. Windows color (decimal): -2892889 or 11000787. OLE color: 11000787.
HSL color Cylindrical-coordinate representation of color #D3DBA7: hue angle of 69.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3DBA7 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 167 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.14 |
| HSL | 69.23º | 0.42% | 0.76% | - |
| HSV(B) | 69.23º | 0.24% | 0.86% | - |
| XYZ | 59.17 | 67.3 | 46.43 | - |
| YUV | 210.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 167 | 0.04 | 0 | 0.24 | 0.14 | 69.23 | 0.42 | 0.76 |
| Hex | D3 | DB | A7 | 4 | 0 | 18 | E | 45 | 2A | 4C |
| Octal | 323 | 333 | 247 | 4 | 0 | 30 | 16 | 105 | 52 | 114 |
| Binary | 11010011 | 11011011 | 10100111 | 100 | 0 | 11000 | 1110 | 1000101 | 101010 | 1001100 |
Color Harmonies of #D3DBA7
Complementary color
Monochromatic Colors of #D3DBA7
Black with #D3DBA7
Text Example
Text Example
White with #D3DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBA7; }
p { color: rgb(211,219,167); }
H1.HeaderClassName
{
color: #D3DBA7;
}
.AnyTagClassName
{
color: #D3DBA7;
}
</style>
background-color css
<style>
a { background-color: #D3DBA7; }
a { background-color: rgb(211,219,167); }
div.DivClassName
{
background-color: #D3DBA7;
}
.BgClassName
{
background-color: #D3DBA7;
}
</style>
border-color css
<style>
span { border-color: #D3DBA7; }
span { border-color: rgb(211,219,167); }
td.TdClassName
{
border-color: #D3DBA7;
}
.TagClassName
{
border-color: #D3DBA7;
}
</style>