Shades of Orinoco #D4DBAC
Tints of Orinoco #D4DBAC
RGB
CMYK
RGB Variations
Color information
#D4DBAC (or 0xD4DBAC) is known color: Orinoco. HEX triplet: D4, DB and AC. RGB value is (212,219,172). Sum of RGB (Red+Green+Blue) = 212+219+172=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBAC is #2B2453. Grayscale: #D3D3D3. Windows color (decimal): -2827348 or 11328468. OLE color: 11328468.
HSL color Cylindrical-coordinate representation of color #D4DBAC: hue angle of 68.94º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4DBAC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 172 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.14 |
| HSL | 68.94º | 0.39% | 0.77% | - |
| HSV(B) | 68.94º | 0.21% | 0.86% | - |
| XYZ | 59.93 | 67.64 | 48.93 | - |
| YUV | 211.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 172 | 0.03 | 0 | 0.21 | 0.14 | 68.94 | 0.39 | 0.77 |
| Hex | D4 | DB | AC | 3 | 0 | 15 | E | 45 | 27 | 4D |
| Octal | 324 | 333 | 254 | 3 | 0 | 25 | 16 | 105 | 47 | 115 |
| Binary | 11010100 | 11011011 | 10101100 | 11 | 0 | 10101 | 1110 | 1000101 | 100111 | 1001101 |
Color Harmonies of #D4DBAC
Complementary color
Monochromatic Colors of #D4DBAC
Black with #D4DBAC
Text Example
Text Example
White with #D4DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBAC; }
p { color: rgb(212,219,172); }
H1.HeaderClassName
{
color: #D4DBAC;
}
.AnyTagClassName
{
color: #D4DBAC;
}
</style>
background-color css
<style>
a { background-color: #D4DBAC; }
a { background-color: rgb(212,219,172); }
div.DivClassName
{
background-color: #D4DBAC;
}
.BgClassName
{
background-color: #D4DBAC;
}
</style>
border-color css
<style>
span { border-color: #D4DBAC; }
span { border-color: rgb(212,219,172); }
td.TdClassName
{
border-color: #D4DBAC;
}
.TagClassName
{
border-color: #D4DBAC;
}
</style>