Shades of Orinoco #D4D7B1
Tints of Orinoco #D4D7B1
RGB
CMYK
RGB Variations
Color information
#D4D7B1 (or 0xD4D7B1) is known color: Orinoco. HEX triplet: D4, D7 and B1. RGB value is (212,215,177). Sum of RGB (Red+Green+Blue) = 212+215+177=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D7B1 is #2B284E. Grayscale: #D1D1D1. Windows color (decimal): -2828367 or 11655124. OLE color: 11655124.
HSL color Cylindrical-coordinate representation of color #D4D7B1: hue angle of 64.74º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4D7B1 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 177 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.16 |
| HSL | 64.74º | 0.32% | 0.77% | - |
| HSV(B) | 64.74º | 0.18% | 0.84% | - |
| XYZ | 59.39 | 65.77 | 51.16 | - |
| YUV | 209.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 177 | 0.01 | 0 | 0.18 | 0.16 | 64.74 | 0.32 | 0.77 |
| Hex | D4 | D7 | B1 | 1 | 0 | 12 | 10 | 41 | 20 | 4D |
| Octal | 324 | 327 | 261 | 1 | 0 | 22 | 20 | 101 | 40 | 115 |
| Binary | 11010100 | 11010111 | 10110001 | 1 | 0 | 10010 | 10000 | 1000001 | 100000 | 1001101 |
Color Harmonies of #D4D7B1
Complementary color
Monochromatic Colors of #D4D7B1
Black with #D4D7B1
Text Example
Text Example
White with #D4D7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7B1; }
p { color: rgb(212,215,177); }
H1.HeaderClassName
{
color: #D4D7B1;
}
.AnyTagClassName
{
color: #D4D7B1;
}
</style>
background-color css
<style>
a { background-color: #D4D7B1; }
a { background-color: rgb(212,215,177); }
div.DivClassName
{
background-color: #D4D7B1;
}
.BgClassName
{
background-color: #D4D7B1;
}
</style>
border-color css
<style>
span { border-color: #D4D7B1; }
span { border-color: rgb(212,215,177); }
td.TdClassName
{
border-color: #D4D7B1;
}
.TagClassName
{
border-color: #D4D7B1;
}
</style>