Shades of Orinoco #D7D5B4
Tints of Orinoco #D7D5B4
RGB
CMYK
RGB Variations
Color information
#D7D5B4 (or 0xD7D5B4) is known color: Orinoco. HEX triplet: D7, D5 and B4. RGB value is (215,213,180). Sum of RGB (Red+Green+Blue) = 215+213+180=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5B4 is #282A4B. Grayscale: #D1D1D1. Windows color (decimal): -2632268 or 11851223. OLE color: 11851223.
HSL color Cylindrical-coordinate representation of color #D7D5B4: hue angle of 56.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D5B4 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 180 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.16 |
| HSL | 56.57º | 0.3% | 0.77% | - |
| HSV(B) | 56.57º | 0.16% | 0.84% | - |
| XYZ | 60.06 | 65.33 | 52.62 | - |
| YUV | 209.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 180 | 0 | 0.01 | 0.16 | 0.16 | 56.57 | 0.3 | 0.77 |
| Hex | D7 | D5 | B4 | 0 | 1 | 10 | 10 | 39 | 1E | 4D |
| Octal | 327 | 325 | 264 | 0 | 1 | 20 | 20 | 71 | 36 | 115 |
| Binary | 11010111 | 11010101 | 10110100 | 0 | 1 | 10000 | 10000 | 111001 | 11110 | 1001101 |
Color Harmonies of #D7D5B4
Complementary color
Monochromatic Colors of #D7D5B4
Black with #D7D5B4
Text Example
Text Example
White with #D7D5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5B4; }
p { color: rgb(215,213,180); }
H1.HeaderClassName
{
color: #D7D5B4;
}
.AnyTagClassName
{
color: #D7D5B4;
}
</style>
background-color css
<style>
a { background-color: #D7D5B4; }
a { background-color: rgb(215,213,180); }
div.DivClassName
{
background-color: #D7D5B4;
}
.BgClassName
{
background-color: #D7D5B4;
}
</style>
border-color css
<style>
span { border-color: #D7D5B4; }
span { border-color: rgb(215,213,180); }
td.TdClassName
{
border-color: #D7D5B4;
}
.TagClassName
{
border-color: #D7D5B4;
}
</style>