Shades of Reef #CCD999
Tints of Reef #CCD999
RGB
CMYK
RGB Variations
Color information
#CCD999 (or 0xCCD999) is known color: Reef. HEX triplet: CC, D9 and 99. RGB value is (204,217,153). Sum of RGB (Red+Green+Blue) = 204+217+153=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD999 is #332666. Grayscale: #CECECE. Windows color (decimal): -3352167 or 10082764. OLE color: 10082764.
HSL color Cylindrical-coordinate representation of color #CCD999: hue angle of 72.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD999 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 153 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.15 |
| HSL | 72.19º | 0.46% | 0.73% | - |
| HSV(B) | 72.19º | 0.29% | 0.85% | - |
| XYZ | 55.46 | 64.76 | 39.71 | - |
| YUV | 205.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 153 | 0.06 | 0 | 0.29 | 0.15 | 72.19 | 0.46 | 0.73 |
| Hex | CC | D9 | 99 | 6 | 0 | 1D | F | 48 | 2E | 49 |
| Octal | 314 | 331 | 231 | 6 | 0 | 35 | 17 | 110 | 56 | 111 |
| Binary | 11001100 | 11011001 | 10011001 | 110 | 0 | 11101 | 1111 | 1001000 | 101110 | 1001001 |
Color Harmonies of #CCD999
Complementary color
Monochromatic Colors of #CCD999
Black with #CCD999
Text Example
Text Example
White with #CCD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD999; }
p { color: rgb(204,217,153); }
H1.HeaderClassName
{
color: #CCD999;
}
.AnyTagClassName
{
color: #CCD999;
}
</style>
background-color css
<style>
a { background-color: #CCD999; }
a { background-color: rgb(204,217,153); }
div.DivClassName
{
background-color: #CCD999;
}
.BgClassName
{
background-color: #CCD999;
}
</style>
border-color css
<style>
span { border-color: #CCD999; }
span { border-color: rgb(204,217,153); }
td.TdClassName
{
border-color: #CCD999;
}
.TagClassName
{
border-color: #CCD999;
}
</style>