Shades of Orinoco #CDD19F
Tints of Orinoco #CDD19F
RGB
CMYK
RGB Variations
Color information
#CDD19F (or 0xCDD19F) is known color: Orinoco. HEX triplet: CD, D1 and 9F. RGB value is (205,209,159). Sum of RGB (Red+Green+Blue) = 205+209+159=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD19F is #322E60. Grayscale: #CACACA. Windows color (decimal): -3288673 or 10473933. OLE color: 10473933.
HSL color Cylindrical-coordinate representation of color #CDD19F: hue angle of 64.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD19F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 159 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.18 |
| HSL | 64.8º | 0.35% | 0.72% | - |
| HSV(B) | 64.8º | 0.24% | 0.82% | - |
| XYZ | 54.24 | 61.08 | 41.73 | - |
| YUV | 202.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 159 | 0.02 | 0 | 0.24 | 0.18 | 64.8 | 0.35 | 0.72 |
| Hex | CD | D1 | 9F | 2 | 0 | 18 | 12 | 41 | 23 | 48 |
| Octal | 315 | 321 | 237 | 2 | 0 | 30 | 22 | 101 | 43 | 110 |
| Binary | 11001101 | 11010001 | 10011111 | 10 | 0 | 11000 | 10010 | 1000001 | 100011 | 1001000 |
Color Harmonies of #CDD19F
Complementary color
Monochromatic Colors of #CDD19F
Black with #CDD19F
Text Example
Text Example
White with #CDD19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD19F; }
p { color: rgb(205,209,159); }
H1.HeaderClassName
{
color: #CDD19F;
}
.AnyTagClassName
{
color: #CDD19F;
}
</style>
background-color css
<style>
a { background-color: #CDD19F; }
a { background-color: rgb(205,209,159); }
div.DivClassName
{
background-color: #CDD19F;
}
.BgClassName
{
background-color: #CDD19F;
}
</style>
border-color css
<style>
span { border-color: #CDD19F; }
span { border-color: rgb(205,209,159); }
td.TdClassName
{
border-color: #CDD19F;
}
.TagClassName
{
border-color: #CDD19F;
}
</style>