Shades of Orinoco #D3DBAF
Tints of Orinoco #D3DBAF
RGB
CMYK
RGB Variations
Color information
#D3DBAF (or 0xD3DBAF) is known color: Orinoco. HEX triplet: D3, DB and AF. RGB value is (211,219,175). Sum of RGB (Red+Green+Blue) = 211+219+175=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBAF is #2C2450. Grayscale: #D3D3D3. Windows color (decimal): -2892881 or 11525075. OLE color: 11525075.
HSL color Cylindrical-coordinate representation of color #D3DBAF: hue angle of 70.91º degrees, saturation: 0.38, 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 #D3DBAF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 175 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.14 |
| HSL | 70.91º | 0.38% | 0.77% | - |
| HSV(B) | 70.91º | 0.2% | 0.86% | - |
| XYZ | 59.93 | 67.61 | 50.45 | - |
| YUV | 211.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 175 | 0.04 | 0 | 0.20 | 0.14 | 70.91 | 0.38 | 0.77 |
| Hex | D3 | DB | AF | 4 | 0 | 14 | E | 47 | 26 | 4D |
| Octal | 323 | 333 | 257 | 4 | 0 | 24 | 16 | 107 | 46 | 115 |
| Binary | 11010011 | 11011011 | 10101111 | 100 | 0 | 10100 | 1110 | 1000111 | 100110 | 1001101 |
Color Harmonies of #D3DBAF
Complementary color
Monochromatic Colors of #D3DBAF
Black with #D3DBAF
Text Example
Text Example
White with #D3DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBAF; }
p { color: rgb(211,219,175); }
H1.HeaderClassName
{
color: #D3DBAF;
}
.AnyTagClassName
{
color: #D3DBAF;
}
</style>
background-color css
<style>
a { background-color: #D3DBAF; }
a { background-color: rgb(211,219,175); }
div.DivClassName
{
background-color: #D3DBAF;
}
.BgClassName
{
background-color: #D3DBAF;
}
</style>
border-color css
<style>
span { border-color: #D3DBAF; }
span { border-color: rgb(211,219,175); }
td.TdClassName
{
border-color: #D3DBAF;
}
.TagClassName
{
border-color: #D3DBAF;
}
</style>