Shades of Orinoco #D1CFAE
Tints of Orinoco #D1CFAE
RGB
CMYK
RGB Variations
Color information
#D1CFAE (or 0xD1CFAE) is known color: Orinoco. HEX triplet: D1, CF and AE. RGB value is (209,207,174). Sum of RGB (Red+Green+Blue) = 209+207+174=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFAE is #2E3051. Grayscale: #CBCBCB. Windows color (decimal): -3027026 or 11456465. OLE color: 11456465.
HSL color Cylindrical-coordinate representation of color #D1CFAE: hue angle of 56.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CFAE is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 174 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.18 |
| HSL | 56.57º | 0.28% | 0.75% | - |
| HSV(B) | 56.57º | 0.17% | 0.82% | - |
| XYZ | 56.25 | 61.24 | 48.9 | - |
| YUV | 203.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 174 | 0 | 0.01 | 0.17 | 0.18 | 56.57 | 0.28 | 0.75 |
| Hex | D1 | CF | AE | 0 | 1 | 11 | 12 | 39 | 1C | 4B |
| Octal | 321 | 317 | 256 | 0 | 1 | 21 | 22 | 71 | 34 | 113 |
| Binary | 11010001 | 11001111 | 10101110 | 0 | 1 | 10001 | 10010 | 111001 | 11100 | 1001011 |
Color Harmonies of #D1CFAE
Complementary color
Monochromatic Colors of #D1CFAE
Black with #D1CFAE
Text Example
Text Example
White with #D1CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFAE; }
p { color: rgb(209,207,174); }
H1.HeaderClassName
{
color: #D1CFAE;
}
.AnyTagClassName
{
color: #D1CFAE;
}
</style>
background-color css
<style>
a { background-color: #D1CFAE; }
a { background-color: rgb(209,207,174); }
div.DivClassName
{
background-color: #D1CFAE;
}
.BgClassName
{
background-color: #D1CFAE;
}
</style>
border-color css
<style>
span { border-color: #D1CFAE; }
span { border-color: rgb(209,207,174); }
td.TdClassName
{
border-color: #D1CFAE;
}
.TagClassName
{
border-color: #D1CFAE;
}
</style>