Shades of Orinoco #D5DFAB
Tints of Orinoco #D5DFAB
RGB
CMYK
RGB Variations
Color information
#D5DFAB (or 0xD5DFAB) is known color: Orinoco. HEX triplet: D5, DF and AB. RGB value is (213,223,171). Sum of RGB (Red+Green+Blue) = 213+223+171=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFAB is #2A2054. Grayscale: #D6D6D6. Windows color (decimal): -2760789 or 11263957. OLE color: 11263957.
HSL color Cylindrical-coordinate representation of color #D5DFAB: hue angle of 71.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5DFAB is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 171 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.13 |
| HSL | 71.54º | 0.45% | 0.77% | - |
| HSV(B) | 71.54º | 0.23% | 0.87% | - |
| XYZ | 61.18 | 69.86 | 48.79 | - |
| YUV | 214.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 171 | 0.04 | 0 | 0.23 | 0.13 | 71.54 | 0.45 | 0.77 |
| Hex | D5 | DF | AB | 4 | 0 | 17 | D | 48 | 2D | 4D |
| Octal | 325 | 337 | 253 | 4 | 0 | 27 | 15 | 110 | 55 | 115 |
| Binary | 11010101 | 11011111 | 10101011 | 100 | 0 | 10111 | 1101 | 1001000 | 101101 | 1001101 |
Color Harmonies of #D5DFAB
Complementary color
Monochromatic Colors of #D5DFAB
Black with #D5DFAB
Text Example
Text Example
White with #D5DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFAB; }
p { color: rgb(213,223,171); }
H1.HeaderClassName
{
color: #D5DFAB;
}
.AnyTagClassName
{
color: #D5DFAB;
}
</style>
background-color css
<style>
a { background-color: #D5DFAB; }
a { background-color: rgb(213,223,171); }
div.DivClassName
{
background-color: #D5DFAB;
}
.BgClassName
{
background-color: #D5DFAB;
}
</style>
border-color css
<style>
span { border-color: #D5DFAB; }
span { border-color: rgb(213,223,171); }
td.TdClassName
{
border-color: #D5DFAB;
}
.TagClassName
{
border-color: #D5DFAB;
}
</style>