Shades of Orinoco #D6DFB4
Tints of Orinoco #D6DFB4
RGB
CMYK
RGB Variations
Color information
#D6DFB4 (or 0xD6DFB4) is known color: Orinoco. HEX triplet: D6, DF and B4. RGB value is (214,223,180). Sum of RGB (Red+Green+Blue) = 214+223+180=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFB4 is #29204B. Grayscale: #D7D7D7. Windows color (decimal): -2695244 or 11853782. OLE color: 11853782.
HSL color Cylindrical-coordinate representation of color #D6DFB4: hue angle of 72.56º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6DFB4 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 180 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.13 |
| HSL | 72.56º | 0.4% | 0.79% | - |
| HSV(B) | 72.56º | 0.19% | 0.87% | - |
| XYZ | 62.36 | 70.37 | 53.48 | - |
| YUV | 215.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 180 | 0.04 | 0 | 0.19 | 0.13 | 72.56 | 0.4 | 0.79 |
| Hex | D6 | DF | B4 | 4 | 0 | 13 | D | 49 | 28 | 4F |
| Octal | 326 | 337 | 264 | 4 | 0 | 23 | 15 | 111 | 50 | 117 |
| Binary | 11010110 | 11011111 | 10110100 | 100 | 0 | 10011 | 1101 | 1001001 | 101000 | 1001111 |
Color Harmonies of #D6DFB4
Complementary color
Monochromatic Colors of #D6DFB4
Black with #D6DFB4
Text Example
Text Example
White with #D6DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFB4; }
p { color: rgb(214,223,180); }
H1.HeaderClassName
{
color: #D6DFB4;
}
.AnyTagClassName
{
color: #D6DFB4;
}
</style>
background-color css
<style>
a { background-color: #D6DFB4; }
a { background-color: rgb(214,223,180); }
div.DivClassName
{
background-color: #D6DFB4;
}
.BgClassName
{
background-color: #D6DFB4;
}
</style>
border-color css
<style>
span { border-color: #D6DFB4; }
span { border-color: rgb(214,223,180); }
td.TdClassName
{
border-color: #D6DFB4;
}
.TagClassName
{
border-color: #D6DFB4;
}
</style>