Shades of Orinoco #D0CFA9
Tints of Orinoco #D0CFA9
RGB
CMYK
RGB Variations
Color information
#D0CFA9 (or 0xD0CFA9) is known color: Orinoco. HEX triplet: D0, CF and A9. RGB value is (208,207,169). Sum of RGB (Red+Green+Blue) = 208+207+169=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFA9 is #2F3056. Grayscale: #CBCBCB. Windows color (decimal): -3092567 or 11128784. OLE color: 11128784.
HSL color Cylindrical-coordinate representation of color #D0CFA9: hue angle of 58.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CFA9 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 169 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.18 |
| HSL | 58.46º | 0.29% | 0.74% | - |
| HSV(B) | 58.46º | 0.19% | 0.82% | - |
| XYZ | 55.49 | 60.9 | 46.37 | - |
| YUV | 202.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 169 | 0 | 0.00 | 0.19 | 0.18 | 58.46 | 0.29 | 0.74 |
| Hex | D0 | CF | A9 | 0 | 0 | 13 | 12 | 3A | 1D | 4A |
| Octal | 320 | 317 | 251 | 0 | 0 | 23 | 22 | 72 | 35 | 112 |
| Binary | 11010000 | 11001111 | 10101001 | 0 | 0 | 10011 | 10010 | 111010 | 11101 | 1001010 |
Color Harmonies of #D0CFA9
Complementary color
Monochromatic Colors of #D0CFA9
Black with #D0CFA9
Text Example
Text Example
White with #D0CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFA9; }
p { color: rgb(208,207,169); }
H1.HeaderClassName
{
color: #D0CFA9;
}
.AnyTagClassName
{
color: #D0CFA9;
}
</style>
background-color css
<style>
a { background-color: #D0CFA9; }
a { background-color: rgb(208,207,169); }
div.DivClassName
{
background-color: #D0CFA9;
}
.BgClassName
{
background-color: #D0CFA9;
}
</style>
border-color css
<style>
span { border-color: #D0CFA9; }
span { border-color: rgb(208,207,169); }
td.TdClassName
{
border-color: #D0CFA9;
}
.TagClassName
{
border-color: #D0CFA9;
}
</style>