Shades of Orinoco #D2DAAB
Tints of Orinoco #D2DAAB
RGB
CMYK
RGB Variations
Color information
#D2DAAB (or 0xD2DAAB) is known color: Orinoco. HEX triplet: D2, DA and AB. RGB value is (210,218,171). Sum of RGB (Red+Green+Blue) = 210+218+171=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAB is #2D2554. Grayscale: #D2D2D2. Windows color (decimal): -2958677 or 11262674. OLE color: 11262674.
HSL color Cylindrical-coordinate representation of color #D2DAAB: hue angle of 70.21º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2DAAB is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 171 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.15 |
| HSL | 70.21º | 0.39% | 0.76% | - |
| HSV(B) | 70.21º | 0.22% | 0.85% | - |
| XYZ | 59 | 66.78 | 48.31 | - |
| YUV | 210.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 171 | 0.04 | 0 | 0.22 | 0.15 | 70.21 | 0.39 | 0.76 |
| Hex | D2 | DA | AB | 4 | 0 | 16 | F | 46 | 27 | 4C |
| Octal | 322 | 332 | 253 | 4 | 0 | 26 | 17 | 106 | 47 | 114 |
| Binary | 11010010 | 11011010 | 10101011 | 100 | 0 | 10110 | 1111 | 1000110 | 100111 | 1001100 |
Color Harmonies of #D2DAAB
Complementary color
Monochromatic Colors of #D2DAAB
Black with #D2DAAB
Text Example
Text Example
White with #D2DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAAB; }
p { color: rgb(210,218,171); }
H1.HeaderClassName
{
color: #D2DAAB;
}
.AnyTagClassName
{
color: #D2DAAB;
}
</style>
background-color css
<style>
a { background-color: #D2DAAB; }
a { background-color: rgb(210,218,171); }
div.DivClassName
{
background-color: #D2DAAB;
}
.BgClassName
{
background-color: #D2DAAB;
}
</style>
border-color css
<style>
span { border-color: #D2DAAB; }
span { border-color: rgb(210,218,171); }
td.TdClassName
{
border-color: #D2DAAB;
}
.TagClassName
{
border-color: #D2DAAB;
}
</style>