Shades of Orinoco #D3DCB2
Tints of Orinoco #D3DCB2
RGB
CMYK
RGB Variations
Color information
#D3DCB2 (or 0xD3DCB2) is known color: Orinoco. HEX triplet: D3, DC and B2. RGB value is (211,220,178). Sum of RGB (Red+Green+Blue) = 211+220+178=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCB2 is #2C234D. Grayscale: #D4D4D4. Windows color (decimal): -2892622 or 11721939. OLE color: 11721939.
HSL color Cylindrical-coordinate representation of color #D3DCB2: hue angle of 72.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3DCB2 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 178 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.14 |
| HSL | 72.86º | 0.38% | 0.78% | - |
| HSV(B) | 72.86º | 0.19% | 0.86% | - |
| XYZ | 60.49 | 68.25 | 52.1 | - |
| YUV | 212.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 178 | 0.04 | 0 | 0.19 | 0.14 | 72.86 | 0.38 | 0.78 |
| Hex | D3 | DC | B2 | 4 | 0 | 13 | E | 49 | 26 | 4E |
| Octal | 323 | 334 | 262 | 4 | 0 | 23 | 16 | 111 | 46 | 116 |
| Binary | 11010011 | 11011100 | 10110010 | 100 | 0 | 10011 | 1110 | 1001001 | 100110 | 1001110 |
Color Harmonies of #D3DCB2
Complementary color
Monochromatic Colors of #D3DCB2
Black with #D3DCB2
Text Example
Text Example
White with #D3DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCB2; }
p { color: rgb(211,220,178); }
H1.HeaderClassName
{
color: #D3DCB2;
}
.AnyTagClassName
{
color: #D3DCB2;
}
</style>
background-color css
<style>
a { background-color: #D3DCB2; }
a { background-color: rgb(211,220,178); }
div.DivClassName
{
background-color: #D3DCB2;
}
.BgClassName
{
background-color: #D3DCB2;
}
</style>
border-color css
<style>
span { border-color: #D3DCB2; }
span { border-color: rgb(211,220,178); }
td.TdClassName
{
border-color: #D3DCB2;
}
.TagClassName
{
border-color: #D3DCB2;
}
</style>