Shades of Orinoco #D4D8B0
Tints of Orinoco #D4D8B0
RGB
CMYK
RGB Variations
Color information
#D4D8B0 (or 0xD4D8B0) is known color: Orinoco. HEX triplet: D4, D8 and B0. RGB value is (212,216,176). Sum of RGB (Red+Green+Blue) = 212+216+176=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D8B0 is #2B274F. Grayscale: #D2D2D2. Windows color (decimal): -2828112 or 11589844. OLE color: 11589844.
HSL color Cylindrical-coordinate representation of color #D4D8B0: hue angle of 66º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4D8B0 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 176 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.15 |
| HSL | 66º | 0.34% | 0.77% | - |
| HSV(B) | 66º | 0.19% | 0.85% | - |
| XYZ | 59.54 | 66.24 | 50.72 | - |
| YUV | 210.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 176 | 0.02 | 0 | 0.19 | 0.15 | 66 | 0.34 | 0.77 |
| Hex | D4 | D8 | B0 | 2 | 0 | 13 | F | 42 | 22 | 4D |
| Octal | 324 | 330 | 260 | 2 | 0 | 23 | 17 | 102 | 42 | 115 |
| Binary | 11010100 | 11011000 | 10110000 | 10 | 0 | 10011 | 1111 | 1000010 | 100010 | 1001101 |
Color Harmonies of #D4D8B0
Complementary color
Monochromatic Colors of #D4D8B0
Black with #D4D8B0
Text Example
Text Example
White with #D4D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8B0; }
p { color: rgb(212,216,176); }
H1.HeaderClassName
{
color: #D4D8B0;
}
.AnyTagClassName
{
color: #D4D8B0;
}
</style>
background-color css
<style>
a { background-color: #D4D8B0; }
a { background-color: rgb(212,216,176); }
div.DivClassName
{
background-color: #D4D8B0;
}
.BgClassName
{
background-color: #D4D8B0;
}
</style>
border-color css
<style>
span { border-color: #D4D8B0; }
span { border-color: rgb(212,216,176); }
td.TdClassName
{
border-color: #D4D8B0;
}
.TagClassName
{
border-color: #D4D8B0;
}
</style>