Shades of Orinoco #CDD89F
Tints of Orinoco #CDD89F
RGB
CMYK
RGB Variations
Color information
#CDD89F (or 0xCDD89F) is known color: Orinoco. HEX triplet: CD, D8 and 9F. RGB value is (205,216,159). Sum of RGB (Red+Green+Blue) = 205+216+159=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89F is #322760. Grayscale: #CECECE. Windows color (decimal): -3286881 or 10475725. OLE color: 10475725.
HSL color Cylindrical-coordinate representation of color #CDD89F: hue angle of 71.58º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD89F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 159 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.15 |
| HSL | 71.58º | 0.42% | 0.74% | - |
| HSV(B) | 71.58º | 0.26% | 0.85% | - |
| XYZ | 55.99 | 64.59 | 42.32 | - |
| YUV | 206.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 159 | 0.05 | 0 | 0.26 | 0.15 | 71.58 | 0.42 | 0.74 |
| Hex | CD | D8 | 9F | 5 | 0 | 1A | F | 48 | 2A | 4A |
| Octal | 315 | 330 | 237 | 5 | 0 | 32 | 17 | 110 | 52 | 112 |
| Binary | 11001101 | 11011000 | 10011111 | 101 | 0 | 11010 | 1111 | 1001000 | 101010 | 1001010 |
Color Harmonies of #CDD89F
Complementary color
Monochromatic Colors of #CDD89F
Black with #CDD89F
Text Example
Text Example
White with #CDD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD89F; }
p { color: rgb(205,216,159); }
H1.HeaderClassName
{
color: #CDD89F;
}
.AnyTagClassName
{
color: #CDD89F;
}
</style>
background-color css
<style>
a { background-color: #CDD89F; }
a { background-color: rgb(205,216,159); }
div.DivClassName
{
background-color: #CDD89F;
}
.BgClassName
{
background-color: #CDD89F;
}
</style>
border-color css
<style>
span { border-color: #CDD89F; }
span { border-color: rgb(205,216,159); }
td.TdClassName
{
border-color: #CDD89F;
}
.TagClassName
{
border-color: #CDD89F;
}
</style>