Shades of Orinoco #CCD89D
Tints of Orinoco #CCD89D
RGB
CMYK
RGB Variations
Color information
#CCD89D (or 0xCCD89D) is known color: Orinoco. HEX triplet: CC, D8 and 9D. RGB value is (204,216,157). Sum of RGB (Red+Green+Blue) = 204+216+157=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD89D is #332762. Grayscale: #CDCDCD. Windows color (decimal): -3352419 or 10344652. OLE color: 10344652.
HSL color Cylindrical-coordinate representation of color #CCD89D: hue angle of 72.2º 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 #CCD89D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 157 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.15 |
| HSL | 72.2º | 0.43% | 0.73% | - |
| HSV(B) | 72.2º | 0.27% | 0.85% | - |
| XYZ | 55.54 | 64.38 | 41.4 | - |
| YUV | 205.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 157 | 0.06 | 0 | 0.27 | 0.15 | 72.2 | 0.43 | 0.73 |
| Hex | CC | D8 | 9D | 6 | 0 | 1B | F | 48 | 2B | 49 |
| Octal | 314 | 330 | 235 | 6 | 0 | 33 | 17 | 110 | 53 | 111 |
| Binary | 11001100 | 11011000 | 10011101 | 110 | 0 | 11011 | 1111 | 1001000 | 101011 | 1001001 |
Color Harmonies of #CCD89D
Complementary color
Monochromatic Colors of #CCD89D
Black with #CCD89D
Text Example
Text Example
White with #CCD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD89D; }
p { color: rgb(204,216,157); }
H1.HeaderClassName
{
color: #CCD89D;
}
.AnyTagClassName
{
color: #CCD89D;
}
</style>
background-color css
<style>
a { background-color: #CCD89D; }
a { background-color: rgb(204,216,157); }
div.DivClassName
{
background-color: #CCD89D;
}
.BgClassName
{
background-color: #CCD89D;
}
</style>
border-color css
<style>
span { border-color: #CCD89D; }
span { border-color: rgb(204,216,157); }
td.TdClassName
{
border-color: #CCD89D;
}
.TagClassName
{
border-color: #CCD89D;
}
</style>