Shades of Orinoco #D6DAA4
Tints of Orinoco #D6DAA4
RGB
CMYK
RGB Variations
Color information
#D6DAA4 (or 0xD6DAA4) is known color: Orinoco. HEX triplet: D6, DA and A4. RGB value is (214,218,164). Sum of RGB (Red+Green+Blue) = 214+218+164=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA4 is #29255B. Grayscale: #D2D2D2. Windows color (decimal): -2696540 or 10803926. OLE color: 10803926.
HSL color Cylindrical-coordinate representation of color #D6DAA4: hue angle of 64.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6DAA4 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 164 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.15 |
| HSL | 64.44º | 0.42% | 0.75% | - |
| HSV(B) | 64.44º | 0.25% | 0.85% | - |
| XYZ | 59.5 | 67.12 | 44.94 | - |
| YUV | 210.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 164 | 0.02 | 0 | 0.25 | 0.15 | 64.44 | 0.42 | 0.75 |
| Hex | D6 | DA | A4 | 2 | 0 | 19 | F | 40 | 2A | 4B |
| Octal | 326 | 332 | 244 | 2 | 0 | 31 | 17 | 100 | 52 | 113 |
| Binary | 11010110 | 11011010 | 10100100 | 10 | 0 | 11001 | 1111 | 1000000 | 101010 | 1001011 |
Color Harmonies of #D6DAA4
Complementary color
Monochromatic Colors of #D6DAA4
Black with #D6DAA4
Text Example
Text Example
White with #D6DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAA4; }
p { color: rgb(214,218,164); }
H1.HeaderClassName
{
color: #D6DAA4;
}
.AnyTagClassName
{
color: #D6DAA4;
}
</style>
background-color css
<style>
a { background-color: #D6DAA4; }
a { background-color: rgb(214,218,164); }
div.DivClassName
{
background-color: #D6DAA4;
}
.BgClassName
{
background-color: #D6DAA4;
}
</style>
border-color css
<style>
span { border-color: #D6DAA4; }
span { border-color: rgb(214,218,164); }
td.TdClassName
{
border-color: #D6DAA4;
}
.TagClassName
{
border-color: #D6DAA4;
}
</style>