Shades of Orinoco #D3DDA8
Tints of Orinoco #D3DDA8
RGB
CMYK
RGB Variations
Color information
#D3DDA8 (or 0xD3DDA8) is known color: Orinoco. HEX triplet: D3, DD and A8. RGB value is (211,221,168). Sum of RGB (Red+Green+Blue) = 211+221+168=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDA8 is #2C2257. Grayscale: #D4D4D4. Windows color (decimal): -2892376 or 11066835. OLE color: 11066835.
HSL color Cylindrical-coordinate representation of color #D3DDA8: hue angle of 71.32º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3DDA8 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 168 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.13 |
| HSL | 71.32º | 0.44% | 0.76% | - |
| HSV(B) | 71.32º | 0.24% | 0.87% | - |
| XYZ | 59.79 | 68.39 | 47.1 | - |
| YUV | 211.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 168 | 0.05 | 0 | 0.24 | 0.13 | 71.32 | 0.44 | 0.76 |
| Hex | D3 | DD | A8 | 5 | 0 | 18 | D | 47 | 2C | 4C |
| Octal | 323 | 335 | 250 | 5 | 0 | 30 | 15 | 107 | 54 | 114 |
| Binary | 11010011 | 11011101 | 10101000 | 101 | 0 | 11000 | 1101 | 1000111 | 101100 | 1001100 |
Color Harmonies of #D3DDA8
Complementary color
Monochromatic Colors of #D3DDA8
Black with #D3DDA8
Text Example
Text Example
White with #D3DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDA8; }
p { color: rgb(211,221,168); }
H1.HeaderClassName
{
color: #D3DDA8;
}
.AnyTagClassName
{
color: #D3DDA8;
}
</style>
background-color css
<style>
a { background-color: #D3DDA8; }
a { background-color: rgb(211,221,168); }
div.DivClassName
{
background-color: #D3DDA8;
}
.BgClassName
{
background-color: #D3DDA8;
}
</style>
border-color css
<style>
span { border-color: #D3DDA8; }
span { border-color: rgb(211,221,168); }
td.TdClassName
{
border-color: #D3DDA8;
}
.TagClassName
{
border-color: #D3DDA8;
}
</style>