Shades of Orinoco #D4D6A5
Tints of Orinoco #D4D6A5
RGB
CMYK
RGB Variations
Color information
#D4D6A5 (or 0xD4D6A5) is known color: Orinoco. HEX triplet: D4, D6 and A5. RGB value is (212,214,165). Sum of RGB (Red+Green+Blue) = 212+214+165=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D6A5 is #2B295A. Grayscale: #D0D0D0. Windows color (decimal): -2828635 or 10868436. OLE color: 10868436.
HSL color Cylindrical-coordinate representation of color #D4D6A5: hue angle of 62.45º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4D6A5 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 165 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.16 |
| HSL | 62.45º | 0.37% | 0.74% | - |
| HSV(B) | 62.45º | 0.23% | 0.84% | - |
| XYZ | 57.99 | 64.81 | 45.05 | - |
| YUV | 207.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 165 | 0.01 | 0 | 0.23 | 0.16 | 62.45 | 0.37 | 0.74 |
| Hex | D4 | D6 | A5 | 1 | 0 | 17 | 10 | 3E | 25 | 4A |
| Octal | 324 | 326 | 245 | 1 | 0 | 27 | 20 | 76 | 45 | 112 |
| Binary | 11010100 | 11010110 | 10100101 | 1 | 0 | 10111 | 10000 | 111110 | 100101 | 1001010 |
Color Harmonies of #D4D6A5
Complementary color
Monochromatic Colors of #D4D6A5
Black with #D4D6A5
Text Example
Text Example
White with #D4D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6A5; }
p { color: rgb(212,214,165); }
H1.HeaderClassName
{
color: #D4D6A5;
}
.AnyTagClassName
{
color: #D4D6A5;
}
</style>
background-color css
<style>
a { background-color: #D4D6A5; }
a { background-color: rgb(212,214,165); }
div.DivClassName
{
background-color: #D4D6A5;
}
.BgClassName
{
background-color: #D4D6A5;
}
</style>
border-color css
<style>
span { border-color: #D4D6A5; }
span { border-color: rgb(212,214,165); }
td.TdClassName
{
border-color: #D4D6A5;
}
.TagClassName
{
border-color: #D4D6A5;
}
</style>