Shades of Orinoco #D3DDAF
Tints of Orinoco #D3DDAF
RGB
CMYK
RGB Variations
Color information
#D3DDAF (or 0xD3DDAF) is known color: Orinoco. HEX triplet: D3, DD and AF. RGB value is (211,221,175). Sum of RGB (Red+Green+Blue) = 211+221+175=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAF is #2C2250. Grayscale: #D4D4D4. Windows color (decimal): -2892369 or 11525587. OLE color: 11525587.
HSL color Cylindrical-coordinate representation of color #D3DDAF: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3DDAF is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 175 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.13 |
| HSL | 73.04º | 0.4% | 0.78% | - |
| HSV(B) | 73.04º | 0.21% | 0.87% | - |
| XYZ | 60.46 | 68.66 | 50.62 | - |
| YUV | 212.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 175 | 0.05 | 0 | 0.21 | 0.13 | 73.04 | 0.4 | 0.78 |
| Hex | D3 | DD | AF | 5 | 0 | 15 | D | 49 | 28 | 4E |
| Octal | 323 | 335 | 257 | 5 | 0 | 25 | 15 | 111 | 50 | 116 |
| Binary | 11010011 | 11011101 | 10101111 | 101 | 0 | 10101 | 1101 | 1001001 | 101000 | 1001110 |
Color Harmonies of #D3DDAF
Complementary color
Monochromatic Colors of #D3DDAF
Black with #D3DDAF
Text Example
Text Example
White with #D3DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDAF; }
p { color: rgb(211,221,175); }
H1.HeaderClassName
{
color: #D3DDAF;
}
.AnyTagClassName
{
color: #D3DDAF;
}
</style>
background-color css
<style>
a { background-color: #D3DDAF; }
a { background-color: rgb(211,221,175); }
div.DivClassName
{
background-color: #D3DDAF;
}
.BgClassName
{
background-color: #D3DDAF;
}
</style>
border-color css
<style>
span { border-color: #D3DDAF; }
span { border-color: rgb(211,221,175); }
td.TdClassName
{
border-color: #D3DDAF;
}
.TagClassName
{
border-color: #D3DDAF;
}
</style>