Shades of Orinoco #D3DB9C
Tints of Orinoco #D3DB9C
RGB
CMYK
RGB Variations
Color information
#D3DB9C (or 0xD3DB9C) is known color: Orinoco. HEX triplet: D3, DB and 9C. RGB value is (211,219,156). Sum of RGB (Red+Green+Blue) = 211+219+156=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9C is #2C2463. Grayscale: #D1D1D1. Windows color (decimal): -2892900 or 10279891. OLE color: 10279891.
HSL color Cylindrical-coordinate representation of color #D3DB9C: hue angle of 67.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3DB9C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 156 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.14 |
| HSL | 67.62º | 0.47% | 0.74% | - |
| HSV(B) | 67.62º | 0.29% | 0.86% | - |
| XYZ | 58.2 | 66.91 | 41.3 | - |
| YUV | 209.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 156 | 0.04 | 0 | 0.29 | 0.14 | 67.62 | 0.47 | 0.74 |
| Hex | D3 | DB | 9C | 4 | 0 | 1D | E | 44 | 2F | 4A |
| Octal | 323 | 333 | 234 | 4 | 0 | 35 | 16 | 104 | 57 | 112 |
| Binary | 11010011 | 11011011 | 10011100 | 100 | 0 | 11101 | 1110 | 1000100 | 101111 | 1001010 |
Color Harmonies of #D3DB9C
Complementary color
Monochromatic Colors of #D3DB9C
Black with #D3DB9C
Text Example
Text Example
White with #D3DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB9C; }
p { color: rgb(211,219,156); }
H1.HeaderClassName
{
color: #D3DB9C;
}
.AnyTagClassName
{
color: #D3DB9C;
}
</style>
background-color css
<style>
a { background-color: #D3DB9C; }
a { background-color: rgb(211,219,156); }
div.DivClassName
{
background-color: #D3DB9C;
}
.BgClassName
{
background-color: #D3DB9C;
}
</style>
border-color css
<style>
span { border-color: #D3DB9C; }
span { border-color: rgb(211,219,156); }
td.TdClassName
{
border-color: #D3DB9C;
}
.TagClassName
{
border-color: #D3DB9C;
}
</style>