Shades of Orinoco #D7DCAF
Tints of Orinoco #D7DCAF
RGB
CMYK
RGB Variations
Color information
#D7DCAF (or 0xD7DCAF) is known color: Orinoco. HEX triplet: D7, DC and AF. RGB value is (215,220,175). Sum of RGB (Red+Green+Blue) = 215+220+175=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCAF is #282350. Grayscale: #D5D5D5. Windows color (decimal): -2630481 or 11525335. OLE color: 11525335.
HSL color Cylindrical-coordinate representation of color #D7DCAF: hue angle of 66.67º 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 #D7DCAF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 175 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.14 |
| HSL | 66.67º | 0.39% | 0.77% | - |
| HSV(B) | 66.67º | 0.2% | 0.86% | - |
| XYZ | 61.36 | 68.73 | 50.59 | - |
| YUV | 213.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 175 | 0.02 | 0 | 0.20 | 0.14 | 66.67 | 0.39 | 0.77 |
| Hex | D7 | DC | AF | 2 | 0 | 14 | E | 43 | 27 | 4D |
| Octal | 327 | 334 | 257 | 2 | 0 | 24 | 16 | 103 | 47 | 115 |
| Binary | 11010111 | 11011100 | 10101111 | 10 | 0 | 10100 | 1110 | 1000011 | 100111 | 1001101 |
Color Harmonies of #D7DCAF
Complementary color
Monochromatic Colors of #D7DCAF
Black with #D7DCAF
Text Example
Text Example
White with #D7DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCAF; }
p { color: rgb(215,220,175); }
H1.HeaderClassName
{
color: #D7DCAF;
}
.AnyTagClassName
{
color: #D7DCAF;
}
</style>
background-color css
<style>
a { background-color: #D7DCAF; }
a { background-color: rgb(215,220,175); }
div.DivClassName
{
background-color: #D7DCAF;
}
.BgClassName
{
background-color: #D7DCAF;
}
</style>
border-color css
<style>
span { border-color: #D7DCAF; }
span { border-color: rgb(215,220,175); }
td.TdClassName
{
border-color: #D7DCAF;
}
.TagClassName
{
border-color: #D7DCAF;
}
</style>