Shades of Reef #CCD99F
Tints of Reef #CCD99F
RGB
CMYK
RGB Variations
Color information
#CCD99F (or 0xCCD99F) is known color: Reef. HEX triplet: CC, D9 and 9F. RGB value is (204,217,159). Sum of RGB (Red+Green+Blue) = 204+217+159=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99F is #332660. Grayscale: #CECECE. Windows color (decimal): -3352161 or 10475980. OLE color: 10475980.
HSL color Cylindrical-coordinate representation of color #CCD99F: hue angle of 73.45º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD99F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 159 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.15 |
| HSL | 73.45º | 0.43% | 0.74% | - |
| HSV(B) | 73.45º | 0.27% | 0.85% | - |
| XYZ | 55.97 | 64.97 | 42.39 | - |
| YUV | 206.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 159 | 0.06 | 0 | 0.27 | 0.15 | 73.45 | 0.43 | 0.74 |
| Hex | CC | D9 | 9F | 6 | 0 | 1B | F | 49 | 2B | 4A |
| Octal | 314 | 331 | 237 | 6 | 0 | 33 | 17 | 111 | 53 | 112 |
| Binary | 11001100 | 11011001 | 10011111 | 110 | 0 | 11011 | 1111 | 1001001 | 101011 | 1001010 |
Color Harmonies of #CCD99F
Complementary color
Monochromatic Colors of #CCD99F
Black with #CCD99F
Text Example
Text Example
White with #CCD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD99F; }
p { color: rgb(204,217,159); }
H1.HeaderClassName
{
color: #CCD99F;
}
.AnyTagClassName
{
color: #CCD99F;
}
</style>
background-color css
<style>
a { background-color: #CCD99F; }
a { background-color: rgb(204,217,159); }
div.DivClassName
{
background-color: #CCD99F;
}
.BgClassName
{
background-color: #CCD99F;
}
</style>
border-color css
<style>
span { border-color: #CCD99F; }
span { border-color: rgb(204,217,159); }
td.TdClassName
{
border-color: #CCD99F;
}
.TagClassName
{
border-color: #CCD99F;
}
</style>