Shades of Orinoco #D7DDB4
Tints of Orinoco #D7DDB4
RGB
CMYK
RGB Variations
Color information
#D7DDB4 (or 0xD7DDB4) is known color: Orinoco. HEX triplet: D7, DD and B4. RGB value is (215,221,180). Sum of RGB (Red+Green+Blue) = 215+221+180=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDB4 is #28224B. Grayscale: #D6D6D6. Windows color (decimal): -2630220 or 11853271. OLE color: 11853271.
HSL color Cylindrical-coordinate representation of color #D7DDB4: hue angle of 68.78º degrees, saturation: 0.38, 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 #D7DDB4 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 180 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.13 |
| HSL | 68.78º | 0.38% | 0.79% | - |
| HSV(B) | 68.78º | 0.19% | 0.87% | - |
| XYZ | 62.12 | 69.46 | 53.31 | - |
| YUV | 214.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 180 | 0.03 | 0 | 0.19 | 0.13 | 68.78 | 0.38 | 0.79 |
| Hex | D7 | DD | B4 | 3 | 0 | 13 | D | 45 | 26 | 4F |
| Octal | 327 | 335 | 264 | 3 | 0 | 23 | 15 | 105 | 46 | 117 |
| Binary | 11010111 | 11011101 | 10110100 | 11 | 0 | 10011 | 1101 | 1000101 | 100110 | 1001111 |
Color Harmonies of #D7DDB4
Complementary color
Monochromatic Colors of #D7DDB4
Black with #D7DDB4
Text Example
Text Example
White with #D7DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDB4; }
p { color: rgb(215,221,180); }
H1.HeaderClassName
{
color: #D7DDB4;
}
.AnyTagClassName
{
color: #D7DDB4;
}
</style>
background-color css
<style>
a { background-color: #D7DDB4; }
a { background-color: rgb(215,221,180); }
div.DivClassName
{
background-color: #D7DDB4;
}
.BgClassName
{
background-color: #D7DDB4;
}
</style>
border-color css
<style>
span { border-color: #D7DDB4; }
span { border-color: rgb(215,221,180); }
td.TdClassName
{
border-color: #D7DDB4;
}
.TagClassName
{
border-color: #D7DDB4;
}
</style>