Shades of Orinoco #D3DCA5
Tints of Orinoco #D3DCA5
RGB
CMYK
RGB Variations
Color information
#D3DCA5 (or 0xD3DCA5) is known color: Orinoco. HEX triplet: D3, DC and A5. RGB value is (211,220,165). Sum of RGB (Red+Green+Blue) = 211+220+165=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCA5 is #2C235A. Grayscale: #D3D3D3. Windows color (decimal): -2892635 or 10869971. OLE color: 10869971.
HSL color Cylindrical-coordinate representation of color #D3DCA5: hue angle of 69.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3DCA5 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 165 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.14 |
| HSL | 69.82º | 0.44% | 0.75% | - |
| HSV(B) | 69.82º | 0.25% | 0.86% | - |
| XYZ | 59.25 | 67.75 | 45.55 | - |
| YUV | 211.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 165 | 0.04 | 0 | 0.25 | 0.14 | 69.82 | 0.44 | 0.75 |
| Hex | D3 | DC | A5 | 4 | 0 | 19 | E | 46 | 2C | 4B |
| Octal | 323 | 334 | 245 | 4 | 0 | 31 | 16 | 106 | 54 | 113 |
| Binary | 11010011 | 11011100 | 10100101 | 100 | 0 | 11001 | 1110 | 1000110 | 101100 | 1001011 |
Color Harmonies of #D3DCA5
Complementary color
Monochromatic Colors of #D3DCA5
Black with #D3DCA5
Text Example
Text Example
White with #D3DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCA5; }
p { color: rgb(211,220,165); }
H1.HeaderClassName
{
color: #D3DCA5;
}
.AnyTagClassName
{
color: #D3DCA5;
}
</style>
background-color css
<style>
a { background-color: #D3DCA5; }
a { background-color: rgb(211,220,165); }
div.DivClassName
{
background-color: #D3DCA5;
}
.BgClassName
{
background-color: #D3DCA5;
}
</style>
border-color css
<style>
span { border-color: #D3DCA5; }
span { border-color: rgb(211,220,165); }
td.TdClassName
{
border-color: #D3DCA5;
}
.TagClassName
{
border-color: #D3DCA5;
}
</style>