Shades of Orinoco #D6DEB4
Tints of Orinoco #D6DEB4
RGB
CMYK
RGB Variations
Color information
#D6DEB4 (or 0xD6DEB4) is known color: Orinoco. HEX triplet: D6, DE and B4. RGB value is (214,222,180). Sum of RGB (Red+Green+Blue) = 214+222+180=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEB4 is #29214B. Grayscale: #D6D6D6. Windows color (decimal): -2695500 or 11853526. OLE color: 11853526.
HSL color Cylindrical-coordinate representation of color #D6DEB4: hue angle of 71.43º degrees, saturation: 0.39, 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 #D6DEB4 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 180 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.13 |
| HSL | 71.43º | 0.39% | 0.79% | - |
| HSV(B) | 71.43º | 0.19% | 0.87% | - |
| XYZ | 62.09 | 69.83 | 53.39 | - |
| YUV | 214.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 180 | 0.04 | 0 | 0.19 | 0.13 | 71.43 | 0.39 | 0.79 |
| Hex | D6 | DE | B4 | 4 | 0 | 13 | D | 47 | 27 | 4F |
| Octal | 326 | 336 | 264 | 4 | 0 | 23 | 15 | 107 | 47 | 117 |
| Binary | 11010110 | 11011110 | 10110100 | 100 | 0 | 10011 | 1101 | 1000111 | 100111 | 1001111 |
Color Harmonies of #D6DEB4
Complementary color
Monochromatic Colors of #D6DEB4
Black with #D6DEB4
Text Example
Text Example
White with #D6DEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEB4; }
p { color: rgb(214,222,180); }
H1.HeaderClassName
{
color: #D6DEB4;
}
.AnyTagClassName
{
color: #D6DEB4;
}
</style>
background-color css
<style>
a { background-color: #D6DEB4; }
a { background-color: rgb(214,222,180); }
div.DivClassName
{
background-color: #D6DEB4;
}
.BgClassName
{
background-color: #D6DEB4;
}
</style>
border-color css
<style>
span { border-color: #D6DEB4; }
span { border-color: rgb(214,222,180); }
td.TdClassName
{
border-color: #D6DEB4;
}
.TagClassName
{
border-color: #D6DEB4;
}
</style>