Shades of Reef #CCD99B
Tints of Reef #CCD99B
RGB
CMYK
RGB Variations
Color information
#CCD99B (or 0xCCD99B) is known color: Reef. HEX triplet: CC, D9 and 9B. RGB value is (204,217,155). Sum of RGB (Red+Green+Blue) = 204+217+155=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99B is #332664. Grayscale: #CECECE. Windows color (decimal): -3352165 or 10213836. OLE color: 10213836.
HSL color Cylindrical-coordinate representation of color #CCD99B: hue angle of 72.58º degrees, saturation: 0.45, 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 #CCD99B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 155 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.15 |
| HSL | 72.58º | 0.45% | 0.73% | - |
| HSV(B) | 72.58º | 0.29% | 0.85% | - |
| XYZ | 55.63 | 64.83 | 40.59 | - |
| YUV | 206.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 155 | 0.06 | 0 | 0.29 | 0.15 | 72.58 | 0.45 | 0.73 |
| Hex | CC | D9 | 9B | 6 | 0 | 1D | F | 49 | 2D | 49 |
| Octal | 314 | 331 | 233 | 6 | 0 | 35 | 17 | 111 | 55 | 111 |
| Binary | 11001100 | 11011001 | 10011011 | 110 | 0 | 11101 | 1111 | 1001001 | 101101 | 1001001 |
Color Harmonies of #CCD99B
Complementary color
Monochromatic Colors of #CCD99B
Black with #CCD99B
Text Example
Text Example
White with #CCD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD99B; }
p { color: rgb(204,217,155); }
H1.HeaderClassName
{
color: #CCD99B;
}
.AnyTagClassName
{
color: #CCD99B;
}
</style>
background-color css
<style>
a { background-color: #CCD99B; }
a { background-color: rgb(204,217,155); }
div.DivClassName
{
background-color: #CCD99B;
}
.BgClassName
{
background-color: #CCD99B;
}
</style>
border-color css
<style>
span { border-color: #CCD99B; }
span { border-color: rgb(204,217,155); }
td.TdClassName
{
border-color: #CCD99B;
}
.TagClassName
{
border-color: #CCD99B;
}
</style>