Shades of Orinoco #CDD89D
Tints of Orinoco #CDD89D
RGB
CMYK
RGB Variations
Color information
#CDD89D (or 0xCDD89D) is known color: Orinoco. HEX triplet: CD, D8 and 9D. RGB value is (205,216,157). Sum of RGB (Red+Green+Blue) = 205+216+157=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89D is #322762. Grayscale: #CECECE. Windows color (decimal): -3286883 or 10344653. OLE color: 10344653.
HSL color Cylindrical-coordinate representation of color #CDD89D: hue angle of 71.19º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD89D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 157 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.15 |
| HSL | 71.19º | 0.43% | 0.73% | - |
| HSV(B) | 71.19º | 0.27% | 0.85% | - |
| XYZ | 55.82 | 64.53 | 41.41 | - |
| YUV | 205.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 157 | 0.05 | 0 | 0.27 | 0.15 | 71.19 | 0.43 | 0.73 |
| Hex | CD | D8 | 9D | 5 | 0 | 1B | F | 47 | 2B | 49 |
| Octal | 315 | 330 | 235 | 5 | 0 | 33 | 17 | 107 | 53 | 111 |
| Binary | 11001101 | 11011000 | 10011101 | 101 | 0 | 11011 | 1111 | 1000111 | 101011 | 1001001 |
Color Harmonies of #CDD89D
Complementary color
Monochromatic Colors of #CDD89D
Black with #CDD89D
Text Example
Text Example
White with #CDD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD89D; }
p { color: rgb(205,216,157); }
H1.HeaderClassName
{
color: #CDD89D;
}
.AnyTagClassName
{
color: #CDD89D;
}
</style>
background-color css
<style>
a { background-color: #CDD89D; }
a { background-color: rgb(205,216,157); }
div.DivClassName
{
background-color: #CDD89D;
}
.BgClassName
{
background-color: #CDD89D;
}
</style>
border-color css
<style>
span { border-color: #CDD89D; }
span { border-color: rgb(205,216,157); }
td.TdClassName
{
border-color: #CDD89D;
}
.TagClassName
{
border-color: #CDD89D;
}
</style>