Shades of Orinoco #D2DBAC
Tints of Orinoco #D2DBAC
RGB
CMYK
RGB Variations
Color information
#D2DBAC (or 0xD2DBAC) is known color: Orinoco. HEX triplet: D2, DB and AC. RGB value is (210,219,172). Sum of RGB (Red+Green+Blue) = 210+219+172=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAC is #2D2453. Grayscale: #D3D3D3. Windows color (decimal): -2958420 or 11328466. OLE color: 11328466.
HSL color Cylindrical-coordinate representation of color #D2DBAC: hue angle of 71.49º 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 #D2DBAC is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 172 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.14 |
| HSL | 71.49º | 0.39% | 0.77% | - |
| HSV(B) | 71.49º | 0.21% | 0.86% | - |
| XYZ | 59.36 | 67.34 | 48.9 | - |
| YUV | 210.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 172 | 0.04 | 0 | 0.21 | 0.14 | 71.49 | 0.39 | 0.77 |
| Hex | D2 | DB | AC | 4 | 0 | 15 | E | 47 | 27 | 4D |
| Octal | 322 | 333 | 254 | 4 | 0 | 25 | 16 | 107 | 47 | 115 |
| Binary | 11010010 | 11011011 | 10101100 | 100 | 0 | 10101 | 1110 | 1000111 | 100111 | 1001101 |
Color Harmonies of #D2DBAC
Complementary color
Monochromatic Colors of #D2DBAC
Black with #D2DBAC
Text Example
Text Example
White with #D2DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBAC; }
p { color: rgb(210,219,172); }
H1.HeaderClassName
{
color: #D2DBAC;
}
.AnyTagClassName
{
color: #D2DBAC;
}
</style>
background-color css
<style>
a { background-color: #D2DBAC; }
a { background-color: rgb(210,219,172); }
div.DivClassName
{
background-color: #D2DBAC;
}
.BgClassName
{
background-color: #D2DBAC;
}
</style>
border-color css
<style>
span { border-color: #D2DBAC; }
span { border-color: rgb(210,219,172); }
td.TdClassName
{
border-color: #D2DBAC;
}
.TagClassName
{
border-color: #D2DBAC;
}
</style>