Shades of Reef #CCD99D
Tints of Reef #CCD99D
RGB
CMYK
RGB Variations
Color information
#CCD99D (or 0xCCD99D) is known color: Reef. HEX triplet: CC, D9 and 9D. RGB value is (204,217,157). Sum of RGB (Red+Green+Blue) = 204+217+157=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99D is #332662. Grayscale: #CECECE. Windows color (decimal): -3352163 or 10344908. OLE color: 10344908.
HSL color Cylindrical-coordinate representation of color #CCD99D: hue angle of 73º degrees, saturation: 0.44, 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 #CCD99D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 157 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 73º | 0.44% | 0.73% | - |
| HSV(B) | 73º | 0.28% | 0.85% | - |
| XYZ | 55.8 | 64.9 | 41.48 | - |
| YUV | 206.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 157 | 0.06 | 0 | 0.28 | 0.15 | 73 | 0.44 | 0.73 |
| Hex | CC | D9 | 9D | 6 | 0 | 1C | F | 49 | 2C | 49 |
| Octal | 314 | 331 | 235 | 6 | 0 | 34 | 17 | 111 | 54 | 111 |
| Binary | 11001100 | 11011001 | 10011101 | 110 | 0 | 11100 | 1111 | 1001001 | 101100 | 1001001 |
Color Harmonies of #CCD99D
Complementary color
Monochromatic Colors of #CCD99D
Black with #CCD99D
Text Example
Text Example
White with #CCD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD99D; }
p { color: rgb(204,217,157); }
H1.HeaderClassName
{
color: #CCD99D;
}
.AnyTagClassName
{
color: #CCD99D;
}
</style>
background-color css
<style>
a { background-color: #CCD99D; }
a { background-color: rgb(204,217,157); }
div.DivClassName
{
background-color: #CCD99D;
}
.BgClassName
{
background-color: #CCD99D;
}
</style>
border-color css
<style>
span { border-color: #CCD99D; }
span { border-color: rgb(204,217,157); }
td.TdClassName
{
border-color: #CCD99D;
}
.TagClassName
{
border-color: #CCD99D;
}
</style>