Shades of Orinoco #D9DDB3
Tints of Orinoco #D9DDB3
RGB
CMYK
RGB Variations
Color information
#D9DDB3 (or 0xD9DDB3) is known color: Orinoco. HEX triplet: D9, DD and B3. RGB value is (217,221,179). Sum of RGB (Red+Green+Blue) = 217+221+179=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDB3 is #26224C. Grayscale: #D7D7D7. Windows color (decimal): -2499149 or 11787737. OLE color: 11787737.
HSL color Cylindrical-coordinate representation of color #D9DDB3: hue angle of 65.71º 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 #D9DDB3 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 179 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.13 |
| HSL | 65.71º | 0.38% | 0.78% | - |
| HSV(B) | 65.71º | 0.19% | 0.87% | - |
| XYZ | 62.61 | 69.72 | 52.81 | - |
| YUV | 215.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 179 | 0.02 | 0 | 0.19 | 0.13 | 65.71 | 0.38 | 0.78 |
| Hex | D9 | DD | B3 | 2 | 0 | 13 | D | 42 | 26 | 4E |
| Octal | 331 | 335 | 263 | 2 | 0 | 23 | 15 | 102 | 46 | 116 |
| Binary | 11011001 | 11011101 | 10110011 | 10 | 0 | 10011 | 1101 | 1000010 | 100110 | 1001110 |
Color Harmonies of #D9DDB3
Complementary color
Monochromatic Colors of #D9DDB3
Black with #D9DDB3
Text Example
Text Example
White with #D9DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDB3; }
p { color: rgb(217,221,179); }
H1.HeaderClassName
{
color: #D9DDB3;
}
.AnyTagClassName
{
color: #D9DDB3;
}
</style>
background-color css
<style>
a { background-color: #D9DDB3; }
a { background-color: rgb(217,221,179); }
div.DivClassName
{
background-color: #D9DDB3;
}
.BgClassName
{
background-color: #D9DDB3;
}
</style>
border-color css
<style>
span { border-color: #D9DDB3; }
span { border-color: rgb(217,221,179); }
td.TdClassName
{
border-color: #D9DDB3;
}
.TagClassName
{
border-color: #D9DDB3;
}
</style>