Shades of Orinoco #D7DBAB
Tints of Orinoco #D7DBAB
RGB
CMYK
RGB Variations
Color information
#D7DBAB (or 0xD7DBAB) is known color: Orinoco. HEX triplet: D7, DB and AB. RGB value is (215,219,171). Sum of RGB (Red+Green+Blue) = 215+219+171=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBAB is #282454. Grayscale: #D4D4D4. Windows color (decimal): -2630741 or 11262935. OLE color: 11262935.
HSL color Cylindrical-coordinate representation of color #D7DBAB: hue angle of 65º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7DBAB is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 171 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.14 |
| HSL | 65º | 0.4% | 0.76% | - |
| HSV(B) | 65º | 0.22% | 0.86% | - |
| XYZ | 60.71 | 68.05 | 48.46 | - |
| YUV | 212.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 171 | 0.02 | 0 | 0.22 | 0.14 | 65 | 0.4 | 0.76 |
| Hex | D7 | DB | AB | 2 | 0 | 16 | E | 41 | 28 | 4C |
| Octal | 327 | 333 | 253 | 2 | 0 | 26 | 16 | 101 | 50 | 114 |
| Binary | 11010111 | 11011011 | 10101011 | 10 | 0 | 10110 | 1110 | 1000001 | 101000 | 1001100 |
Color Harmonies of #D7DBAB
Complementary color
Monochromatic Colors of #D7DBAB
Black with #D7DBAB
Text Example
Text Example
White with #D7DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBAB; }
p { color: rgb(215,219,171); }
H1.HeaderClassName
{
color: #D7DBAB;
}
.AnyTagClassName
{
color: #D7DBAB;
}
</style>
background-color css
<style>
a { background-color: #D7DBAB; }
a { background-color: rgb(215,219,171); }
div.DivClassName
{
background-color: #D7DBAB;
}
.BgClassName
{
background-color: #D7DBAB;
}
</style>
border-color css
<style>
span { border-color: #D7DBAB; }
span { border-color: rgb(215,219,171); }
td.TdClassName
{
border-color: #D7DBAB;
}
.TagClassName
{
border-color: #D7DBAB;
}
</style>