Shades of Orinoco #D3DAB5
Tints of Orinoco #D3DAB5
RGB
CMYK
RGB Variations
Color information
#D3DAB5 (or 0xD3DAB5) is known color: Orinoco. HEX triplet: D3, DA and B5. RGB value is (211,218,181). Sum of RGB (Red+Green+Blue) = 211+218+181=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAB5 is #2C254A. Grayscale: #D3D3D3. Windows color (decimal): -2893131 or 11918035. OLE color: 11918035.
HSL color Cylindrical-coordinate representation of color #D3DAB5: hue angle of 71.35º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DAB5 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 181 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.15 |
| HSL | 71.35º | 0.33% | 0.78% | - |
| HSV(B) | 71.35º | 0.17% | 0.85% | - |
| XYZ | 60.28 | 67.33 | 53.53 | - |
| YUV | 211.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 181 | 0.03 | 0 | 0.17 | 0.15 | 71.35 | 0.33 | 0.78 |
| Hex | D3 | DA | B5 | 3 | 0 | 11 | F | 47 | 21 | 4E |
| Octal | 323 | 332 | 265 | 3 | 0 | 21 | 17 | 107 | 41 | 116 |
| Binary | 11010011 | 11011010 | 10110101 | 11 | 0 | 10001 | 1111 | 1000111 | 100001 | 1001110 |
Color Harmonies of #D3DAB5
Complementary color
Monochromatic Colors of #D3DAB5
Black with #D3DAB5
Text Example
Text Example
White with #D3DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAB5; }
p { color: rgb(211,218,181); }
H1.HeaderClassName
{
color: #D3DAB5;
}
.AnyTagClassName
{
color: #D3DAB5;
}
</style>
background-color css
<style>
a { background-color: #D3DAB5; }
a { background-color: rgb(211,218,181); }
div.DivClassName
{
background-color: #D3DAB5;
}
.BgClassName
{
background-color: #D3DAB5;
}
</style>
border-color css
<style>
span { border-color: #D3DAB5; }
span { border-color: rgb(211,218,181); }
td.TdClassName
{
border-color: #D3DAB5;
}
.TagClassName
{
border-color: #D3DAB5;
}
</style>