Shades of Orinoco #D2DAAC
Tints of Orinoco #D2DAAC
RGB
CMYK
RGB Variations
Color information
#D2DAAC (or 0xD2DAAC) is known color: Orinoco. HEX triplet: D2, DA and AC. RGB value is (210,218,172). Sum of RGB (Red+Green+Blue) = 210+218+172=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAC is #2D2553. Grayscale: #D2D2D2. Windows color (decimal): -2958676 or 11328210. OLE color: 11328210.
HSL color Cylindrical-coordinate representation of color #D2DAAC: hue angle of 70.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2DAAC is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 172 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.15 |
| HSL | 70.43º | 0.38% | 0.76% | - |
| HSV(B) | 70.43º | 0.21% | 0.85% | - |
| XYZ | 59.1 | 66.82 | 48.81 | - |
| YUV | 210.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 172 | 0.04 | 0 | 0.21 | 0.15 | 70.43 | 0.38 | 0.76 |
| Hex | D2 | DA | AC | 4 | 0 | 15 | F | 46 | 26 | 4C |
| Octal | 322 | 332 | 254 | 4 | 0 | 25 | 17 | 106 | 46 | 114 |
| Binary | 11010010 | 11011010 | 10101100 | 100 | 0 | 10101 | 1111 | 1000110 | 100110 | 1001100 |
Color Harmonies of #D2DAAC
Complementary color
Monochromatic Colors of #D2DAAC
Black with #D2DAAC
Text Example
Text Example
White with #D2DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAAC; }
p { color: rgb(210,218,172); }
H1.HeaderClassName
{
color: #D2DAAC;
}
.AnyTagClassName
{
color: #D2DAAC;
}
</style>
background-color css
<style>
a { background-color: #D2DAAC; }
a { background-color: rgb(210,218,172); }
div.DivClassName
{
background-color: #D2DAAC;
}
.BgClassName
{
background-color: #D2DAAC;
}
</style>
border-color css
<style>
span { border-color: #D2DAAC; }
span { border-color: rgb(210,218,172); }
td.TdClassName
{
border-color: #D2DAAC;
}
.TagClassName
{
border-color: #D2DAAC;
}
</style>