Shades of Orinoco #CDD49F
Tints of Orinoco #CDD49F
RGB
CMYK
RGB Variations
Color information
#CDD49F (or 0xCDD49F) is known color: Orinoco. HEX triplet: CD, D4 and 9F. RGB value is (205,212,159). Sum of RGB (Red+Green+Blue) = 205+212+159=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD49F is #322B60. Grayscale: #CCCCCC. Windows color (decimal): -3287905 or 10474701. OLE color: 10474701.
HSL color Cylindrical-coordinate representation of color #CDD49F: hue angle of 67.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDD49F is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 159 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.17 |
| HSL | 67.92º | 0.38% | 0.73% | - |
| HSV(B) | 67.92º | 0.25% | 0.83% | - |
| XYZ | 54.98 | 62.57 | 41.98 | - |
| YUV | 203.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 159 | 0.03 | 0 | 0.25 | 0.17 | 67.92 | 0.38 | 0.73 |
| Hex | CD | D4 | 9F | 3 | 0 | 19 | 11 | 44 | 26 | 49 |
| Octal | 315 | 324 | 237 | 3 | 0 | 31 | 21 | 104 | 46 | 111 |
| Binary | 11001101 | 11010100 | 10011111 | 11 | 0 | 11001 | 10001 | 1000100 | 100110 | 1001001 |
Color Harmonies of #CDD49F
Complementary color
Monochromatic Colors of #CDD49F
Black with #CDD49F
Text Example
Text Example
White with #CDD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD49F; }
p { color: rgb(205,212,159); }
H1.HeaderClassName
{
color: #CDD49F;
}
.AnyTagClassName
{
color: #CDD49F;
}
</style>
background-color css
<style>
a { background-color: #CDD49F; }
a { background-color: rgb(205,212,159); }
div.DivClassName
{
background-color: #CDD49F;
}
.BgClassName
{
background-color: #CDD49F;
}
</style>
border-color css
<style>
span { border-color: #CDD49F; }
span { border-color: rgb(205,212,159); }
td.TdClassName
{
border-color: #CDD49F;
}
.TagClassName
{
border-color: #CDD49F;
}
</style>