Shades of Orinoco #D2D5AC
Tints of Orinoco #D2D5AC
RGB
CMYK
RGB Variations
Color information
#D2D5AC (or 0xD2D5AC) is known color: Orinoco. HEX triplet: D2, D5 and AC. RGB value is (210,213,172). Sum of RGB (Red+Green+Blue) = 210+213+172=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5AC is #2D2A53. Grayscale: #CFCFCF. Windows color (decimal): -2959956 or 11326930. OLE color: 11326930.
HSL color Cylindrical-coordinate representation of color #D2D5AC: hue angle of 64.39º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2D5AC is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 172 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.16 |
| HSL | 64.39º | 0.33% | 0.75% | - |
| HSV(B) | 64.39º | 0.19% | 0.84% | - |
| XYZ | 57.82 | 64.27 | 48.39 | - |
| YUV | 207.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 172 | 0.01 | 0 | 0.19 | 0.16 | 64.39 | 0.33 | 0.75 |
| Hex | D2 | D5 | AC | 1 | 0 | 13 | 10 | 40 | 21 | 4B |
| Octal | 322 | 325 | 254 | 1 | 0 | 23 | 20 | 100 | 41 | 113 |
| Binary | 11010010 | 11010101 | 10101100 | 1 | 0 | 10011 | 10000 | 1000000 | 100001 | 1001011 |
Color Harmonies of #D2D5AC
Complementary color
Monochromatic Colors of #D2D5AC
Black with #D2D5AC
Text Example
Text Example
White with #D2D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5AC; }
p { color: rgb(210,213,172); }
H1.HeaderClassName
{
color: #D2D5AC;
}
.AnyTagClassName
{
color: #D2D5AC;
}
</style>
background-color css
<style>
a { background-color: #D2D5AC; }
a { background-color: rgb(210,213,172); }
div.DivClassName
{
background-color: #D2D5AC;
}
.BgClassName
{
background-color: #D2D5AC;
}
</style>
border-color css
<style>
span { border-color: #D2D5AC; }
span { border-color: rgb(210,213,172); }
td.TdClassName
{
border-color: #D2D5AC;
}
.TagClassName
{
border-color: #D2D5AC;
}
</style>