Shades of Orinoco #D2DBA7
Tints of Orinoco #D2DBA7
RGB
CMYK
RGB Variations
Color information
#D2DBA7 (or 0xD2DBA7) is known color: Orinoco. HEX triplet: D2, DB and A7. RGB value is (210,219,167). Sum of RGB (Red+Green+Blue) = 210+219+167=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBA7 is #2D2458. Grayscale: #D2D2D2. Windows color (decimal): -2958425 or 11000786. OLE color: 11000786.
HSL color Cylindrical-coordinate representation of color #D2DBA7: hue angle of 70.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2DBA7 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 167 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.14 |
| HSL | 70.38º | 0.42% | 0.76% | - |
| HSV(B) | 70.38º | 0.24% | 0.86% | - |
| XYZ | 58.88 | 67.15 | 46.42 | - |
| YUV | 210.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 167 | 0.04 | 0 | 0.24 | 0.14 | 70.38 | 0.42 | 0.76 |
| Hex | D2 | DB | A7 | 4 | 0 | 18 | E | 46 | 2A | 4C |
| Octal | 322 | 333 | 247 | 4 | 0 | 30 | 16 | 106 | 52 | 114 |
| Binary | 11010010 | 11011011 | 10100111 | 100 | 0 | 11000 | 1110 | 1000110 | 101010 | 1001100 |
Color Harmonies of #D2DBA7
Complementary color
Monochromatic Colors of #D2DBA7
Black with #D2DBA7
Text Example
Text Example
White with #D2DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBA7; }
p { color: rgb(210,219,167); }
H1.HeaderClassName
{
color: #D2DBA7;
}
.AnyTagClassName
{
color: #D2DBA7;
}
</style>
background-color css
<style>
a { background-color: #D2DBA7; }
a { background-color: rgb(210,219,167); }
div.DivClassName
{
background-color: #D2DBA7;
}
.BgClassName
{
background-color: #D2DBA7;
}
</style>
border-color css
<style>
span { border-color: #D2DBA7; }
span { border-color: rgb(210,219,167); }
td.TdClassName
{
border-color: #D2DBA7;
}
.TagClassName
{
border-color: #D2DBA7;
}
</style>