Shades of Orinoco #D0CFA6
Tints of Orinoco #D0CFA6
RGB
CMYK
RGB Variations
Color information
#D0CFA6 (or 0xD0CFA6) is known color: Orinoco. HEX triplet: D0, CF and A6. RGB value is (208,207,166). Sum of RGB (Red+Green+Blue) = 208+207+166=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFA6 is #2F3059. Grayscale: #CACACA. Windows color (decimal): -3092570 or 10932176. OLE color: 10932176.
HSL color Cylindrical-coordinate representation of color #D0CFA6: hue angle of 58.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CFA6 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 166 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.18 |
| HSL | 58.57º | 0.31% | 0.73% | - |
| HSV(B) | 58.57º | 0.2% | 0.82% | - |
| XYZ | 55.21 | 60.79 | 44.9 | - |
| YUV | 202.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 166 | 0 | 0.00 | 0.20 | 0.18 | 58.57 | 0.31 | 0.73 |
| Hex | D0 | CF | A6 | 0 | 0 | 14 | 12 | 3B | 1F | 49 |
| Octal | 320 | 317 | 246 | 0 | 0 | 24 | 22 | 73 | 37 | 111 |
| Binary | 11010000 | 11001111 | 10100110 | 0 | 0 | 10100 | 10010 | 111011 | 11111 | 1001001 |
Color Harmonies of #D0CFA6
Complementary color
Monochromatic Colors of #D0CFA6
Black with #D0CFA6
Text Example
Text Example
White with #D0CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFA6; }
p { color: rgb(208,207,166); }
H1.HeaderClassName
{
color: #D0CFA6;
}
.AnyTagClassName
{
color: #D0CFA6;
}
</style>
background-color css
<style>
a { background-color: #D0CFA6; }
a { background-color: rgb(208,207,166); }
div.DivClassName
{
background-color: #D0CFA6;
}
.BgClassName
{
background-color: #D0CFA6;
}
</style>
border-color css
<style>
span { border-color: #D0CFA6; }
span { border-color: rgb(208,207,166); }
td.TdClassName
{
border-color: #D0CFA6;
}
.TagClassName
{
border-color: #D0CFA6;
}
</style>