Shades of Orinoco #CCD69F
Tints of Orinoco #CCD69F
RGB
CMYK
RGB Variations
Color information
#CCD69F (or 0xCCD69F) is known color: Orinoco. HEX triplet: CC, D6 and 9F. RGB value is (204,214,159). Sum of RGB (Red+Green+Blue) = 204+214+159=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69F is #332960. Grayscale: #CCCCCC. Windows color (decimal): -3352929 or 10475212. OLE color: 10475212.
HSL color Cylindrical-coordinate representation of color #CCD69F: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD69F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 159 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.16 |
| HSL | 70.91º | 0.4% | 0.73% | - |
| HSV(B) | 70.91º | 0.26% | 0.84% | - |
| XYZ | 55.21 | 63.43 | 42.14 | - |
| YUV | 204.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 159 | 0.05 | 0 | 0.26 | 0.16 | 70.91 | 0.4 | 0.73 |
| Hex | CC | D6 | 9F | 5 | 0 | 1A | 10 | 47 | 28 | 49 |
| Octal | 314 | 326 | 237 | 5 | 0 | 32 | 20 | 107 | 50 | 111 |
| Binary | 11001100 | 11010110 | 10011111 | 101 | 0 | 11010 | 10000 | 1000111 | 101000 | 1001001 |
Color Harmonies of #CCD69F
Complementary color
Monochromatic Colors of #CCD69F
Black with #CCD69F
Text Example
Text Example
White with #CCD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD69F; }
p { color: rgb(204,214,159); }
H1.HeaderClassName
{
color: #CCD69F;
}
.AnyTagClassName
{
color: #CCD69F;
}
</style>
background-color css
<style>
a { background-color: #CCD69F; }
a { background-color: rgb(204,214,159); }
div.DivClassName
{
background-color: #CCD69F;
}
.BgClassName
{
background-color: #CCD69F;
}
</style>
border-color css
<style>
span { border-color: #CCD69F; }
span { border-color: rgb(204,214,159); }
td.TdClassName
{
border-color: #CCD69F;
}
.TagClassName
{
border-color: #CCD69F;
}
</style>