Shades of Orinoco #D8DCB4
Tints of Orinoco #D8DCB4
RGB
CMYK
RGB Variations
Color information
#D8DCB4 (or 0xD8DCB4) is known color: Orinoco. HEX triplet: D8, DC and B4. RGB value is (216,220,180). Sum of RGB (Red+Green+Blue) = 216+220+180=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCB4 is #27234B. Grayscale: #D6D6D6. Windows color (decimal): -2564940 or 11853016. OLE color: 11853016.
HSL color Cylindrical-coordinate representation of color #D8DCB4: hue angle of 66º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8DCB4 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 180 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.14 |
| HSL | 66º | 0.36% | 0.78% | - |
| HSV(B) | 66º | 0.18% | 0.86% | - |
| XYZ | 62.15 | 69.08 | 53.24 | - |
| YUV | 214.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 180 | 0.02 | 0 | 0.18 | 0.14 | 66 | 0.36 | 0.78 |
| Hex | D8 | DC | B4 | 2 | 0 | 12 | E | 42 | 24 | 4E |
| Octal | 330 | 334 | 264 | 2 | 0 | 22 | 16 | 102 | 44 | 116 |
| Binary | 11011000 | 11011100 | 10110100 | 10 | 0 | 10010 | 1110 | 1000010 | 100100 | 1001110 |
Color Harmonies of #D8DCB4
Complementary color
Monochromatic Colors of #D8DCB4
Black with #D8DCB4
Text Example
Text Example
White with #D8DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCB4; }
p { color: rgb(216,220,180); }
H1.HeaderClassName
{
color: #D8DCB4;
}
.AnyTagClassName
{
color: #D8DCB4;
}
</style>
background-color css
<style>
a { background-color: #D8DCB4; }
a { background-color: rgb(216,220,180); }
div.DivClassName
{
background-color: #D8DCB4;
}
.BgClassName
{
background-color: #D8DCB4;
}
</style>
border-color css
<style>
span { border-color: #D8DCB4; }
span { border-color: rgb(216,220,180); }
td.TdClassName
{
border-color: #D8DCB4;
}
.TagClassName
{
border-color: #D8DCB4;
}
</style>