Shades of Orinoco #D5D6B4
Tints of Orinoco #D5D6B4
RGB
CMYK
RGB Variations
Color information
#D5D6B4 (or 0xD5D6B4) is known color: Orinoco. HEX triplet: D5, D6 and B4. RGB value is (213,214,180). Sum of RGB (Red+Green+Blue) = 213+214+180=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6B4 is #2A294B. Grayscale: #D1D1D1. Windows color (decimal): -2763084 or 11851477. OLE color: 11851477.
HSL color Cylindrical-coordinate representation of color #D5D6B4: hue angle of 61.76º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D6B4 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 180 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.16 |
| HSL | 61.76º | 0.29% | 0.77% | - |
| HSV(B) | 61.76º | 0.16% | 0.84% | - |
| XYZ | 59.73 | 65.53 | 52.68 | - |
| YUV | 209.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 180 | 0.00 | 0 | 0.16 | 0.16 | 61.76 | 0.29 | 0.77 |
| Hex | D5 | D6 | B4 | 0 | 0 | 10 | 10 | 3E | 1D | 4D |
| Octal | 325 | 326 | 264 | 0 | 0 | 20 | 20 | 76 | 35 | 115 |
| Binary | 11010101 | 11010110 | 10110100 | 0 | 0 | 10000 | 10000 | 111110 | 11101 | 1001101 |
Color Harmonies of #D5D6B4
Complementary color
Monochromatic Colors of #D5D6B4
Black with #D5D6B4
Text Example
Text Example
White with #D5D6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6B4; }
p { color: rgb(213,214,180); }
H1.HeaderClassName
{
color: #D5D6B4;
}
.AnyTagClassName
{
color: #D5D6B4;
}
</style>
background-color css
<style>
a { background-color: #D5D6B4; }
a { background-color: rgb(213,214,180); }
div.DivClassName
{
background-color: #D5D6B4;
}
.BgClassName
{
background-color: #D5D6B4;
}
</style>
border-color css
<style>
span { border-color: #D5D6B4; }
span { border-color: rgb(213,214,180); }
td.TdClassName
{
border-color: #D5D6B4;
}
.TagClassName
{
border-color: #D5D6B4;
}
</style>