Shades of Orinoco #D3DDAB
Tints of Orinoco #D3DDAB
RGB
CMYK
RGB Variations
Color information
#D3DDAB (or 0xD3DDAB) is known color: Orinoco. HEX triplet: D3, DD and AB. RGB value is (211,221,171). Sum of RGB (Red+Green+Blue) = 211+221+171=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAB is #2C2254. Grayscale: #D4D4D4. Windows color (decimal): -2892373 or 11263443. OLE color: 11263443.
HSL color Cylindrical-coordinate representation of color #D3DDAB: hue angle of 72º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3DDAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 171 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.13 |
| HSL | 72º | 0.42% | 0.77% | - |
| HSV(B) | 72º | 0.23% | 0.87% | - |
| XYZ | 60.07 | 68.5 | 48.58 | - |
| YUV | 212.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 171 | 0.05 | 0 | 0.23 | 0.13 | 72 | 0.42 | 0.77 |
| Hex | D3 | DD | AB | 5 | 0 | 17 | D | 48 | 2A | 4D |
| Octal | 323 | 335 | 253 | 5 | 0 | 27 | 15 | 110 | 52 | 115 |
| Binary | 11010011 | 11011101 | 10101011 | 101 | 0 | 10111 | 1101 | 1001000 | 101010 | 1001101 |
Color Harmonies of #D3DDAB
Complementary color
Monochromatic Colors of #D3DDAB
Black with #D3DDAB
Text Example
Text Example
White with #D3DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDAB; }
p { color: rgb(211,221,171); }
H1.HeaderClassName
{
color: #D3DDAB;
}
.AnyTagClassName
{
color: #D3DDAB;
}
</style>
background-color css
<style>
a { background-color: #D3DDAB; }
a { background-color: rgb(211,221,171); }
div.DivClassName
{
background-color: #D3DDAB;
}
.BgClassName
{
background-color: #D3DDAB;
}
</style>
border-color css
<style>
span { border-color: #D3DDAB; }
span { border-color: rgb(211,221,171); }
td.TdClassName
{
border-color: #D3DDAB;
}
.TagClassName
{
border-color: #D3DDAB;
}
</style>