Shades of Orinoco #D6DCAF
Tints of Orinoco #D6DCAF
RGB
CMYK
RGB Variations
Color information
#D6DCAF (or 0xD6DCAF) is known color: Orinoco. HEX triplet: D6, DC and AF. RGB value is (214,220,175). Sum of RGB (Red+Green+Blue) = 214+220+175=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAF is #292350. Grayscale: #D5D5D5. Windows color (decimal): -2696017 or 11525334. OLE color: 11525334.
HSL color Cylindrical-coordinate representation of color #D6DCAF: hue angle of 68º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DCAF is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 175 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.14 |
| HSL | 68º | 0.39% | 0.77% | - |
| HSV(B) | 68º | 0.2% | 0.86% | - |
| XYZ | 61.06 | 68.58 | 50.58 | - |
| YUV | 213.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 175 | 0.03 | 0 | 0.20 | 0.14 | 68 | 0.39 | 0.77 |
| Hex | D6 | DC | AF | 3 | 0 | 14 | E | 44 | 27 | 4D |
| Octal | 326 | 334 | 257 | 3 | 0 | 24 | 16 | 104 | 47 | 115 |
| Binary | 11010110 | 11011100 | 10101111 | 11 | 0 | 10100 | 1110 | 1000100 | 100111 | 1001101 |
Color Harmonies of #D6DCAF
Complementary color
Monochromatic Colors of #D6DCAF
Black with #D6DCAF
Text Example
Text Example
White with #D6DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCAF; }
p { color: rgb(214,220,175); }
H1.HeaderClassName
{
color: #D6DCAF;
}
.AnyTagClassName
{
color: #D6DCAF;
}
</style>
background-color css
<style>
a { background-color: #D6DCAF; }
a { background-color: rgb(214,220,175); }
div.DivClassName
{
background-color: #D6DCAF;
}
.BgClassName
{
background-color: #D6DCAF;
}
</style>
border-color css
<style>
span { border-color: #D6DCAF; }
span { border-color: rgb(214,220,175); }
td.TdClassName
{
border-color: #D6DCAF;
}
.TagClassName
{
border-color: #D6DCAF;
}
</style>