Shades of Orinoco #D3DAA4
Tints of Orinoco #D3DAA4
RGB
CMYK
RGB Variations
Color information
#D3DAA4 (or 0xD3DAA4) is known color: Orinoco. HEX triplet: D3, DA and A4. RGB value is (211,218,164). Sum of RGB (Red+Green+Blue) = 211+218+164=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAA4 is #2C255B. Grayscale: #D1D1D1. Windows color (decimal): -2893148 or 10803923. OLE color: 10803923.
HSL color Cylindrical-coordinate representation of color #D3DAA4: hue angle of 67.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3DAA4 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 164 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.15 |
| HSL | 67.78º | 0.42% | 0.75% | - |
| HSV(B) | 67.78º | 0.25% | 0.85% | - |
| XYZ | 58.64 | 66.67 | 44.9 | - |
| YUV | 209.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 164 | 0.03 | 0 | 0.25 | 0.15 | 67.78 | 0.42 | 0.75 |
| Hex | D3 | DA | A4 | 3 | 0 | 19 | F | 44 | 2A | 4B |
| Octal | 323 | 332 | 244 | 3 | 0 | 31 | 17 | 104 | 52 | 113 |
| Binary | 11010011 | 11011010 | 10100100 | 11 | 0 | 11001 | 1111 | 1000100 | 101010 | 1001011 |
Color Harmonies of #D3DAA4
Complementary color
Monochromatic Colors of #D3DAA4
Black with #D3DAA4
Text Example
Text Example
White with #D3DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAA4; }
p { color: rgb(211,218,164); }
H1.HeaderClassName
{
color: #D3DAA4;
}
.AnyTagClassName
{
color: #D3DAA4;
}
</style>
background-color css
<style>
a { background-color: #D3DAA4; }
a { background-color: rgb(211,218,164); }
div.DivClassName
{
background-color: #D3DAA4;
}
.BgClassName
{
background-color: #D3DAA4;
}
</style>
border-color css
<style>
span { border-color: #D3DAA4; }
span { border-color: rgb(211,218,164); }
td.TdClassName
{
border-color: #D3DAA4;
}
.TagClassName
{
border-color: #D3DAA4;
}
</style>