Shades of Orinoco #D2D9AC
Tints of Orinoco #D2D9AC
RGB
CMYK
RGB Variations
Color information
#D2D9AC (or 0xD2D9AC) is known color: Orinoco. HEX triplet: D2, D9 and AC. RGB value is (210,217,172). Sum of RGB (Red+Green+Blue) = 210+217+172=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D9AC is #2D2653. Grayscale: #D1D1D1. Windows color (decimal): -2958932 or 11327954. OLE color: 11327954.
HSL color Cylindrical-coordinate representation of color #D2D9AC: hue angle of 69.33º degrees, saturation: 0.37, 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 #D2D9AC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 210 | 217 | 172 | - |
CMYK | 0.03 | 0 | 0.21 | 0.15 |
HSL | 69.33º | 0.37% | 0.76% | - |
HSV(B) | 69.33º | 0.21% | 0.85% | - |
XYZ | 58.84 | 66.31 | 48.73 | - |
YUV | 209.78 | 106.68 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 217 | 172 | 0.03 | 0 | 0.21 | 0.15 | 69.33 | 0.37 | 0.76 |
Hex | D2 | D9 | AC | 3 | 0 | 15 | F | 45 | 25 | 4C |
Octal | 322 | 331 | 254 | 3 | 0 | 25 | 17 | 105 | 45 | 114 |
Binary | 11010010 | 11011001 | 10101100 | 11 | 0 | 10101 | 1111 | 1000101 | 100101 | 1001100 |
Color Harmonies of #D2D9AC
Complementary color
Monochromatic Colors of #D2D9AC
Black with #D2D9AC
Text Example
Text Example
White with #D2D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9AC; }
p { color: rgb(210,217,172); }
H1.HeaderClassName
{
color: #D2D9AC;
}
.AnyTagClassName
{
color: #D2D9AC;
}
</style>
background-color css
<style>
a { background-color: #D2D9AC; }
a { background-color: rgb(210,217,172); }
div.DivClassName
{
background-color: #D2D9AC;
}
.BgClassName
{
background-color: #D2D9AC;
}
</style>
border-color css
<style>
span { border-color: #D2D9AC; }
span { border-color: rgb(210,217,172); }
td.TdClassName
{
border-color: #D2D9AC;
}
.TagClassName
{
border-color: #D2D9AC;
}
</style>