Shades of Orinoco #D7DFB5
Tints of Orinoco #D7DFB5
RGB
CMYK
RGB Variations
Color information
#D7DFB5 (or 0xD7DFB5) is known color: Orinoco. HEX triplet: D7, DF and B5. RGB value is (215,223,181). Sum of RGB (Red+Green+Blue) = 215+223+181=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFB5 is #28204A. Grayscale: #D7D7D7. Windows color (decimal): -2629707 or 11919319. OLE color: 11919319.
HSL color Cylindrical-coordinate representation of color #D7DFB5: hue angle of 71.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7DFB5 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 181 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.13 |
| HSL | 71.43º | 0.4% | 0.79% | - |
| HSV(B) | 71.43º | 0.19% | 0.87% | - |
| XYZ | 62.75 | 70.56 | 54.03 | - |
| YUV | 215.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 181 | 0.04 | 0 | 0.19 | 0.13 | 71.43 | 0.4 | 0.79 |
| Hex | D7 | DF | B5 | 4 | 0 | 13 | D | 47 | 28 | 4F |
| Octal | 327 | 337 | 265 | 4 | 0 | 23 | 15 | 107 | 50 | 117 |
| Binary | 11010111 | 11011111 | 10110101 | 100 | 0 | 10011 | 1101 | 1000111 | 101000 | 1001111 |
Color Harmonies of #D7DFB5
Complementary color
Monochromatic Colors of #D7DFB5
Black with #D7DFB5
Text Example
Text Example
White with #D7DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFB5; }
p { color: rgb(215,223,181); }
H1.HeaderClassName
{
color: #D7DFB5;
}
.AnyTagClassName
{
color: #D7DFB5;
}
</style>
background-color css
<style>
a { background-color: #D7DFB5; }
a { background-color: rgb(215,223,181); }
div.DivClassName
{
background-color: #D7DFB5;
}
.BgClassName
{
background-color: #D7DFB5;
}
</style>
border-color css
<style>
span { border-color: #D7DFB5; }
span { border-color: rgb(215,223,181); }
td.TdClassName
{
border-color: #D7DFB5;
}
.TagClassName
{
border-color: #D7DFB5;
}
</style>