Shades of Orinoco #D3DDB3
Tints of Orinoco #D3DDB3
RGB
CMYK
RGB Variations
Color information
#D3DDB3 (or 0xD3DDB3) is known color: Orinoco. HEX triplet: D3, DD and B3. RGB value is (211,221,179). Sum of RGB (Red+Green+Blue) = 211+221+179=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDB3 is #2C224C. Grayscale: #D5D5D5. Windows color (decimal): -2892365 or 11787731. OLE color: 11787731.
HSL color Cylindrical-coordinate representation of color #D3DDB3: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3DDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 179 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.13 |
| HSL | 74.29º | 0.38% | 0.78% | - |
| HSV(B) | 74.29º | 0.19% | 0.87% | - |
| XYZ | 60.86 | 68.82 | 52.72 | - |
| YUV | 213.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 179 | 0.05 | 0 | 0.19 | 0.13 | 74.29 | 0.38 | 0.78 |
| Hex | D3 | DD | B3 | 5 | 0 | 13 | D | 4A | 26 | 4E |
| Octal | 323 | 335 | 263 | 5 | 0 | 23 | 15 | 112 | 46 | 116 |
| Binary | 11010011 | 11011101 | 10110011 | 101 | 0 | 10011 | 1101 | 1001010 | 100110 | 1001110 |
Color Harmonies of #D3DDB3
Complementary color
Monochromatic Colors of #D3DDB3
Black with #D3DDB3
Text Example
Text Example
White with #D3DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDB3; }
p { color: rgb(211,221,179); }
H1.HeaderClassName
{
color: #D3DDB3;
}
.AnyTagClassName
{
color: #D3DDB3;
}
</style>
background-color css
<style>
a { background-color: #D3DDB3; }
a { background-color: rgb(211,221,179); }
div.DivClassName
{
background-color: #D3DDB3;
}
.BgClassName
{
background-color: #D3DDB3;
}
</style>
border-color css
<style>
span { border-color: #D3DDB3; }
span { border-color: rgb(211,221,179); }
td.TdClassName
{
border-color: #D3DDB3;
}
.TagClassName
{
border-color: #D3DDB3;
}
</style>