Shades of Orinoco #D6DBAD
Tints of Orinoco #D6DBAD
RGB
CMYK
RGB Variations
Color information
#D6DBAD (or 0xD6DBAD) is known color: Orinoco. HEX triplet: D6, DB and AD. RGB value is (214,219,173). Sum of RGB (Red+Green+Blue) = 214+219+173=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DBAD is #292452. Grayscale: #D4D4D4. Windows color (decimal): -2696275 or 11394006. OLE color: 11394006.
HSL color Cylindrical-coordinate representation of color #D6DBAD: hue angle of 66.52º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6DBAD is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 173 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.14 |
| HSL | 66.52º | 0.39% | 0.77% | - |
| HSV(B) | 66.52º | 0.21% | 0.86% | - |
| XYZ | 60.61 | 67.98 | 49.46 | - |
| YUV | 212.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 173 | 0.02 | 0 | 0.21 | 0.14 | 66.52 | 0.39 | 0.77 |
| Hex | D6 | DB | AD | 2 | 0 | 15 | E | 43 | 27 | 4D |
| Octal | 326 | 333 | 255 | 2 | 0 | 25 | 16 | 103 | 47 | 115 |
| Binary | 11010110 | 11011011 | 10101101 | 10 | 0 | 10101 | 1110 | 1000011 | 100111 | 1001101 |
Color Harmonies of #D6DBAD
Complementary color
Monochromatic Colors of #D6DBAD
Black with #D6DBAD
Text Example
Text Example
White with #D6DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBAD; }
p { color: rgb(214,219,173); }
H1.HeaderClassName
{
color: #D6DBAD;
}
.AnyTagClassName
{
color: #D6DBAD;
}
</style>
background-color css
<style>
a { background-color: #D6DBAD; }
a { background-color: rgb(214,219,173); }
div.DivClassName
{
background-color: #D6DBAD;
}
.BgClassName
{
background-color: #D6DBAD;
}
</style>
border-color css
<style>
span { border-color: #D6DBAD; }
span { border-color: rgb(214,219,173); }
td.TdClassName
{
border-color: #D6DBAD;
}
.TagClassName
{
border-color: #D6DBAD;
}
</style>