Shades of Orinoco #D3D4AD
Tints of Orinoco #D3D4AD
RGB
CMYK
RGB Variations
Color information
#D3D4AD (or 0xD3D4AD) is known color: Orinoco. HEX triplet: D3, D4 and AD. RGB value is (211,212,173). Sum of RGB (Red+Green+Blue) = 211+212+173=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D4AD is #2C2B52. Grayscale: #CFCFCF. Windows color (decimal): -2894675 or 11392211. OLE color: 11392211.
HSL color Cylindrical-coordinate representation of color #D3D4AD: hue angle of 61.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3D4AD is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 173 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.17 |
| HSL | 61.54º | 0.31% | 0.75% | - |
| HSV(B) | 61.54º | 0.18% | 0.83% | - |
| XYZ | 57.95 | 63.95 | 48.83 | - |
| YUV | 207.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 173 | 0.00 | 0 | 0.18 | 0.17 | 61.54 | 0.31 | 0.75 |
| Hex | D3 | D4 | AD | 0 | 0 | 12 | 11 | 3E | 1F | 4B |
| Octal | 323 | 324 | 255 | 0 | 0 | 22 | 21 | 76 | 37 | 113 |
| Binary | 11010011 | 11010100 | 10101101 | 0 | 0 | 10010 | 10001 | 111110 | 11111 | 1001011 |
Color Harmonies of #D3D4AD
Complementary color
Monochromatic Colors of #D3D4AD
Black with #D3D4AD
Text Example
Text Example
White with #D3D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D4AD; }
p { color: rgb(211,212,173); }
H1.HeaderClassName
{
color: #D3D4AD;
}
.AnyTagClassName
{
color: #D3D4AD;
}
</style>
background-color css
<style>
a { background-color: #D3D4AD; }
a { background-color: rgb(211,212,173); }
div.DivClassName
{
background-color: #D3D4AD;
}
.BgClassName
{
background-color: #D3D4AD;
}
</style>
border-color css
<style>
span { border-color: #D3D4AD; }
span { border-color: rgb(211,212,173); }
td.TdClassName
{
border-color: #D3D4AD;
}
.TagClassName
{
border-color: #D3D4AD;
}
</style>