Shades of Orinoco #D4DDAD
Tints of Orinoco #D4DDAD
RGB
CMYK
RGB Variations
Color information
#D4DDAD (or 0xD4DDAD) is known color: Orinoco. HEX triplet: D4, DD and AD. RGB value is (212,221,173). Sum of RGB (Red+Green+Blue) = 212+221+173=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDAD is #2B2252. Grayscale: #D5D5D5. Windows color (decimal): -2826835 or 11394516. OLE color: 11394516.
HSL color Cylindrical-coordinate representation of color #D4DDAD: hue angle of 71.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4DDAD is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 173 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.13 |
| HSL | 71.25º | 0.41% | 0.77% | - |
| HSV(B) | 71.25º | 0.22% | 0.87% | - |
| XYZ | 60.55 | 68.73 | 49.61 | - |
| YUV | 212.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 173 | 0.04 | 0 | 0.22 | 0.13 | 71.25 | 0.41 | 0.77 |
| Hex | D4 | DD | AD | 4 | 0 | 16 | D | 47 | 29 | 4D |
| Octal | 324 | 335 | 255 | 4 | 0 | 26 | 15 | 107 | 51 | 115 |
| Binary | 11010100 | 11011101 | 10101101 | 100 | 0 | 10110 | 1101 | 1000111 | 101001 | 1001101 |
Color Harmonies of #D4DDAD
Complementary color
Monochromatic Colors of #D4DDAD
Black with #D4DDAD
Text Example
Text Example
White with #D4DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDAD; }
p { color: rgb(212,221,173); }
H1.HeaderClassName
{
color: #D4DDAD;
}
.AnyTagClassName
{
color: #D4DDAD;
}
</style>
background-color css
<style>
a { background-color: #D4DDAD; }
a { background-color: rgb(212,221,173); }
div.DivClassName
{
background-color: #D4DDAD;
}
.BgClassName
{
background-color: #D4DDAD;
}
</style>
border-color css
<style>
span { border-color: #D4DDAD; }
span { border-color: rgb(212,221,173); }
td.TdClassName
{
border-color: #D4DDAD;
}
.TagClassName
{
border-color: #D4DDAD;
}
</style>