Shades of Reef #CCD99C
Tints of Reef #CCD99C
RGB
CMYK
RGB Variations
Color information
#CCD99C (or 0xCCD99C) is known color: Reef. HEX triplet: CC, D9 and 9C. RGB value is (204,217,156). Sum of RGB (Red+Green+Blue) = 204+217+156=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99C is #332663. Grayscale: #CECECE. Windows color (decimal): -3352164 or 10279372. OLE color: 10279372.
HSL color Cylindrical-coordinate representation of color #CCD99C: hue angle of 72.79º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD99C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 72.79º | 0.45% | 0.73% | - |
| HSV(B) | 72.79º | 0.28% | 0.85% | - |
| XYZ | 55.72 | 64.86 | 41.04 | - |
| YUV | 206.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 156 | 0.06 | 0 | 0.28 | 0.15 | 72.79 | 0.45 | 0.73 |
| Hex | CC | D9 | 9C | 6 | 0 | 1C | F | 49 | 2D | 49 |
| Octal | 314 | 331 | 234 | 6 | 0 | 34 | 17 | 111 | 55 | 111 |
| Binary | 11001100 | 11011001 | 10011100 | 110 | 0 | 11100 | 1111 | 1001001 | 101101 | 1001001 |
Color Harmonies of #CCD99C
Complementary color
Monochromatic Colors of #CCD99C
Black with #CCD99C
Text Example
Text Example
White with #CCD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD99C; }
p { color: rgb(204,217,156); }
H1.HeaderClassName
{
color: #CCD99C;
}
.AnyTagClassName
{
color: #CCD99C;
}
</style>
background-color css
<style>
a { background-color: #CCD99C; }
a { background-color: rgb(204,217,156); }
div.DivClassName
{
background-color: #CCD99C;
}
.BgClassName
{
background-color: #CCD99C;
}
</style>
border-color css
<style>
span { border-color: #CCD99C; }
span { border-color: rgb(204,217,156); }
td.TdClassName
{
border-color: #CCD99C;
}
.TagClassName
{
border-color: #CCD99C;
}
</style>