Shades of Orinoco #D1CFAB
Tints of Orinoco #D1CFAB
RGB
CMYK
RGB Variations
Color information
#D1CFAB (or 0xD1CFAB) is known color: Orinoco. HEX triplet: D1, CF and AB. RGB value is (209,207,171). Sum of RGB (Red+Green+Blue) = 209+207+171=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFAB is #2E3054. Grayscale: #CBCBCB. Windows color (decimal): -3027029 or 11259857. OLE color: 11259857.
HSL color Cylindrical-coordinate representation of color #D1CFAB: hue angle of 56.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CFAB is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 171 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.18 |
| HSL | 56.84º | 0.29% | 0.75% | - |
| HSV(B) | 56.84º | 0.18% | 0.82% | - |
| XYZ | 55.96 | 61.12 | 47.38 | - |
| YUV | 203.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 171 | 0 | 0.01 | 0.18 | 0.18 | 56.84 | 0.29 | 0.75 |
| Hex | D1 | CF | AB | 0 | 1 | 12 | 12 | 39 | 1D | 4B |
| Octal | 321 | 317 | 253 | 0 | 1 | 22 | 22 | 71 | 35 | 113 |
| Binary | 11010001 | 11001111 | 10101011 | 0 | 1 | 10010 | 10010 | 111001 | 11101 | 1001011 |
Color Harmonies of #D1CFAB
Complementary color
Monochromatic Colors of #D1CFAB
Black with #D1CFAB
Text Example
Text Example
White with #D1CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFAB; }
p { color: rgb(209,207,171); }
H1.HeaderClassName
{
color: #D1CFAB;
}
.AnyTagClassName
{
color: #D1CFAB;
}
</style>
background-color css
<style>
a { background-color: #D1CFAB; }
a { background-color: rgb(209,207,171); }
div.DivClassName
{
background-color: #D1CFAB;
}
.BgClassName
{
background-color: #D1CFAB;
}
</style>
border-color css
<style>
span { border-color: #D1CFAB; }
span { border-color: rgb(209,207,171); }
td.TdClassName
{
border-color: #D1CFAB;
}
.TagClassName
{
border-color: #D1CFAB;
}
</style>