Shades of Orinoco #D5DAA5
Tints of Orinoco #D5DAA5
RGB
CMYK
RGB Variations
Color information
#D5DAA5 (or 0xD5DAA5) is known color: Orinoco. HEX triplet: D5, DA and A5. RGB value is (213,218,165). Sum of RGB (Red+Green+Blue) = 213+218+165=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAA5 is #2A255A. Grayscale: #D2D2D2. Windows color (decimal): -2762075 or 10869461. OLE color: 10869461.
HSL color Cylindrical-coordinate representation of color #D5DAA5: hue angle of 65.66º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5DAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 165 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.15 |
| HSL | 65.66º | 0.42% | 0.75% | - |
| HSV(B) | 65.66º | 0.24% | 0.85% | - |
| XYZ | 59.3 | 67.01 | 45.41 | - |
| YUV | 210.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 165 | 0.02 | 0 | 0.24 | 0.15 | 65.66 | 0.42 | 0.75 |
| Hex | D5 | DA | A5 | 2 | 0 | 18 | F | 42 | 2A | 4B |
| Octal | 325 | 332 | 245 | 2 | 0 | 30 | 17 | 102 | 52 | 113 |
| Binary | 11010101 | 11011010 | 10100101 | 10 | 0 | 11000 | 1111 | 1000010 | 101010 | 1001011 |
Color Harmonies of #D5DAA5
Complementary color
Monochromatic Colors of #D5DAA5
Black with #D5DAA5
Text Example
Text Example
White with #D5DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAA5; }
p { color: rgb(213,218,165); }
H1.HeaderClassName
{
color: #D5DAA5;
}
.AnyTagClassName
{
color: #D5DAA5;
}
</style>
background-color css
<style>
a { background-color: #D5DAA5; }
a { background-color: rgb(213,218,165); }
div.DivClassName
{
background-color: #D5DAA5;
}
.BgClassName
{
background-color: #D5DAA5;
}
</style>
border-color css
<style>
span { border-color: #D5DAA5; }
span { border-color: rgb(213,218,165); }
td.TdClassName
{
border-color: #D5DAA5;
}
.TagClassName
{
border-color: #D5DAA5;
}
</style>