Shades of Orinoco #D5DBAF
Tints of Orinoco #D5DBAF
RGB
CMYK
RGB Variations
Color information
#D5DBAF (or 0xD5DBAF) is known color: Orinoco. HEX triplet: D5, DB and AF. RGB value is (213,219,175). Sum of RGB (Red+Green+Blue) = 213+219+175=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBAF is #2A2450. Grayscale: #D4D4D4. Windows color (decimal): -2761809 or 11525077. OLE color: 11525077.
HSL color Cylindrical-coordinate representation of color #D5DBAF: hue angle of 68.18º 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 #D5DBAF is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 175 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.14 |
| HSL | 68.18º | 0.38% | 0.77% | - |
| HSV(B) | 68.18º | 0.2% | 0.86% | - |
| XYZ | 60.51 | 67.9 | 50.48 | - |
| YUV | 212.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 175 | 0.03 | 0 | 0.20 | 0.14 | 68.18 | 0.38 | 0.77 |
| Hex | D5 | DB | AF | 3 | 0 | 14 | E | 44 | 26 | 4D |
| Octal | 325 | 333 | 257 | 3 | 0 | 24 | 16 | 104 | 46 | 115 |
| Binary | 11010101 | 11011011 | 10101111 | 11 | 0 | 10100 | 1110 | 1000100 | 100110 | 1001101 |
Color Harmonies of #D5DBAF
Complementary color
Monochromatic Colors of #D5DBAF
Black with #D5DBAF
Text Example
Text Example
White with #D5DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBAF; }
p { color: rgb(213,219,175); }
H1.HeaderClassName
{
color: #D5DBAF;
}
.AnyTagClassName
{
color: #D5DBAF;
}
</style>
background-color css
<style>
a { background-color: #D5DBAF; }
a { background-color: rgb(213,219,175); }
div.DivClassName
{
background-color: #D5DBAF;
}
.BgClassName
{
background-color: #D5DBAF;
}
</style>
border-color css
<style>
span { border-color: #D5DBAF; }
span { border-color: rgb(213,219,175); }
td.TdClassName
{
border-color: #D5DBAF;
}
.TagClassName
{
border-color: #D5DBAF;
}
</style>