Shades of Orinoco #D5DCAF
Tints of Orinoco #D5DCAF
RGB
CMYK
RGB Variations
Color information
#D5DCAF (or 0xD5DCAF) is known color: Orinoco. HEX triplet: D5, DC and AF. RGB value is (213,220,175). Sum of RGB (Red+Green+Blue) = 213+220+175=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAF is #2A2350. Grayscale: #D4D4D4. Windows color (decimal): -2761553 or 11525333. OLE color: 11525333.
HSL color Cylindrical-coordinate representation of color #D5DCAF: hue angle of 69.33º 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 #D5DCAF is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 175 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.14 |
| HSL | 69.33º | 0.39% | 0.77% | - |
| HSV(B) | 69.33º | 0.2% | 0.86% | - |
| XYZ | 60.77 | 68.43 | 50.56 | - |
| YUV | 212.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 175 | 0.03 | 0 | 0.20 | 0.14 | 69.33 | 0.39 | 0.77 |
| Hex | D5 | DC | AF | 3 | 0 | 14 | E | 45 | 27 | 4D |
| Octal | 325 | 334 | 257 | 3 | 0 | 24 | 16 | 105 | 47 | 115 |
| Binary | 11010101 | 11011100 | 10101111 | 11 | 0 | 10100 | 1110 | 1000101 | 100111 | 1001101 |
Color Harmonies of #D5DCAF
Complementary color
Monochromatic Colors of #D5DCAF
Black with #D5DCAF
Text Example
Text Example
White with #D5DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCAF; }
p { color: rgb(213,220,175); }
H1.HeaderClassName
{
color: #D5DCAF;
}
.AnyTagClassName
{
color: #D5DCAF;
}
</style>
background-color css
<style>
a { background-color: #D5DCAF; }
a { background-color: rgb(213,220,175); }
div.DivClassName
{
background-color: #D5DCAF;
}
.BgClassName
{
background-color: #D5DCAF;
}
</style>
border-color css
<style>
span { border-color: #D5DCAF; }
span { border-color: rgb(213,220,175); }
td.TdClassName
{
border-color: #D5DCAF;
}
.TagClassName
{
border-color: #D5DCAF;
}
</style>