Shades of Orinoco #D4DCAF
Tints of Orinoco #D4DCAF
RGB
CMYK
RGB Variations
Color information
#D4DCAF (or 0xD4DCAF) is known color: Orinoco. HEX triplet: D4, DC and AF. RGB value is (212,220,175). Sum of RGB (Red+Green+Blue) = 212+220+175=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAF is #2B2350. Grayscale: #D4D4D4. Windows color (decimal): -2827089 or 11525332. OLE color: 11525332.
HSL color Cylindrical-coordinate representation of color #D4DCAF: hue angle of 70.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 #D4DCAF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 175 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.14 |
| HSL | 70.67º | 0.39% | 0.77% | - |
| HSV(B) | 70.67º | 0.2% | 0.86% | - |
| XYZ | 60.48 | 68.28 | 50.55 | - |
| YUV | 212.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 175 | 0.04 | 0 | 0.20 | 0.14 | 70.67 | 0.39 | 0.77 |
| Hex | D4 | DC | AF | 4 | 0 | 14 | E | 47 | 27 | 4D |
| Octal | 324 | 334 | 257 | 4 | 0 | 24 | 16 | 107 | 47 | 115 |
| Binary | 11010100 | 11011100 | 10101111 | 100 | 0 | 10100 | 1110 | 1000111 | 100111 | 1001101 |
Color Harmonies of #D4DCAF
Complementary color
Monochromatic Colors of #D4DCAF
Black with #D4DCAF
Text Example
Text Example
White with #D4DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCAF; }
p { color: rgb(212,220,175); }
H1.HeaderClassName
{
color: #D4DCAF;
}
.AnyTagClassName
{
color: #D4DCAF;
}
</style>
background-color css
<style>
a { background-color: #D4DCAF; }
a { background-color: rgb(212,220,175); }
div.DivClassName
{
background-color: #D4DCAF;
}
.BgClassName
{
background-color: #D4DCAF;
}
</style>
border-color css
<style>
span { border-color: #D4DCAF; }
span { border-color: rgb(212,220,175); }
td.TdClassName
{
border-color: #D4DCAF;
}
.TagClassName
{
border-color: #D4DCAF;
}
</style>