Shades of Orinoco #D3DFAA
Tints of Orinoco #D3DFAA
RGB
CMYK
RGB Variations
Color information
#D3DFAA (or 0xD3DFAA) is known color: Orinoco. HEX triplet: D3, DF and AA. RGB value is (211,223,170). Sum of RGB (Red+Green+Blue) = 211+223+170=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFAA is #2C2055. Grayscale: #D5D5D5. Windows color (decimal): -2891862 or 11198419. OLE color: 11198419.
HSL color Cylindrical-coordinate representation of color #D3DFAA: hue angle of 73.58º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3DFAA is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 170 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.13 |
| HSL | 73.58º | 0.45% | 0.77% | - |
| HSV(B) | 73.58º | 0.24% | 0.87% | - |
| XYZ | 60.51 | 69.53 | 48.26 | - |
| YUV | 213.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 170 | 0.05 | 0 | 0.24 | 0.13 | 73.58 | 0.45 | 0.77 |
| Hex | D3 | DF | AA | 5 | 0 | 18 | D | 4A | 2D | 4D |
| Octal | 323 | 337 | 252 | 5 | 0 | 30 | 15 | 112 | 55 | 115 |
| Binary | 11010011 | 11011111 | 10101010 | 101 | 0 | 11000 | 1101 | 1001010 | 101101 | 1001101 |
Color Harmonies of #D3DFAA
Complementary color
Monochromatic Colors of #D3DFAA
Black with #D3DFAA
Text Example
Text Example
White with #D3DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFAA; }
p { color: rgb(211,223,170); }
H1.HeaderClassName
{
color: #D3DFAA;
}
.AnyTagClassName
{
color: #D3DFAA;
}
</style>
background-color css
<style>
a { background-color: #D3DFAA; }
a { background-color: rgb(211,223,170); }
div.DivClassName
{
background-color: #D3DFAA;
}
.BgClassName
{
background-color: #D3DFAA;
}
</style>
border-color css
<style>
span { border-color: #D3DFAA; }
span { border-color: rgb(211,223,170); }
td.TdClassName
{
border-color: #D3DFAA;
}
.TagClassName
{
border-color: #D3DFAA;
}
</style>