Shades of Orinoco #D3D69F
Tints of Orinoco #D3D69F
RGB
CMYK
RGB Variations
Color information
#D3D69F (or 0xD3D69F) is known color: Orinoco. HEX triplet: D3, D6 and 9F. RGB value is (211,214,159). Sum of RGB (Red+Green+Blue) = 211+214+159=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D69F is #2C2960. Grayscale: #CFCFCF. Windows color (decimal): -2894177 or 10475219. OLE color: 10475219.
HSL color Cylindrical-coordinate representation of color #D3D69F: hue angle of 63.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3D69F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 159 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.16 |
| HSL | 63.27º | 0.4% | 0.73% | - |
| HSV(B) | 63.27º | 0.26% | 0.84% | - |
| XYZ | 57.17 | 64.45 | 42.23 | - |
| YUV | 206.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 159 | 0.01 | 0 | 0.26 | 0.16 | 63.27 | 0.4 | 0.73 |
| Hex | D3 | D6 | 9F | 1 | 0 | 1A | 10 | 3F | 28 | 49 |
| Octal | 323 | 326 | 237 | 1 | 0 | 32 | 20 | 77 | 50 | 111 |
| Binary | 11010011 | 11010110 | 10011111 | 1 | 0 | 11010 | 10000 | 111111 | 101000 | 1001001 |
Color Harmonies of #D3D69F
Complementary color
Monochromatic Colors of #D3D69F
Black with #D3D69F
Text Example
Text Example
White with #D3D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D69F; }
p { color: rgb(211,214,159); }
H1.HeaderClassName
{
color: #D3D69F;
}
.AnyTagClassName
{
color: #D3D69F;
}
</style>
background-color css
<style>
a { background-color: #D3D69F; }
a { background-color: rgb(211,214,159); }
div.DivClassName
{
background-color: #D3D69F;
}
.BgClassName
{
background-color: #D3D69F;
}
</style>
border-color css
<style>
span { border-color: #D3D69F; }
span { border-color: rgb(211,214,159); }
td.TdClassName
{
border-color: #D3D69F;
}
.TagClassName
{
border-color: #D3D69F;
}
</style>