Shades of Orinoco #D4DAB0
Tints of Orinoco #D4DAB0
RGB
CMYK
RGB Variations
Color information
#D4DAB0 (or 0xD4DAB0) is known color: Orinoco. HEX triplet: D4, DA and B0. RGB value is (212,218,176). Sum of RGB (Red+Green+Blue) = 212+218+176=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAB0 is #2B254F. Grayscale: #D3D3D3. Windows color (decimal): -2827600 or 11590356. OLE color: 11590356.
HSL color Cylindrical-coordinate representation of color #D4DAB0: hue angle of 68.57º degrees, saturation: 0.36, 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 #D4DAB0 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 176 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.15 |
| HSL | 68.57º | 0.36% | 0.77% | - |
| HSV(B) | 68.57º | 0.19% | 0.85% | - |
| XYZ | 60.06 | 67.27 | 50.89 | - |
| YUV | 211.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 176 | 0.03 | 0 | 0.19 | 0.15 | 68.57 | 0.36 | 0.77 |
| Hex | D4 | DA | B0 | 3 | 0 | 13 | F | 45 | 24 | 4D |
| Octal | 324 | 332 | 260 | 3 | 0 | 23 | 17 | 105 | 44 | 115 |
| Binary | 11010100 | 11011010 | 10110000 | 11 | 0 | 10011 | 1111 | 1000101 | 100100 | 1001101 |
Color Harmonies of #D4DAB0
Complementary color
Monochromatic Colors of #D4DAB0
Black with #D4DAB0
Text Example
Text Example
White with #D4DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAB0; }
p { color: rgb(212,218,176); }
H1.HeaderClassName
{
color: #D4DAB0;
}
.AnyTagClassName
{
color: #D4DAB0;
}
</style>
background-color css
<style>
a { background-color: #D4DAB0; }
a { background-color: rgb(212,218,176); }
div.DivClassName
{
background-color: #D4DAB0;
}
.BgClassName
{
background-color: #D4DAB0;
}
</style>
border-color css
<style>
span { border-color: #D4DAB0; }
span { border-color: rgb(212,218,176); }
td.TdClassName
{
border-color: #D4DAB0;
}
.TagClassName
{
border-color: #D4DAB0;
}
</style>