Shades of Reef #CCDD99
Tints of Reef #CCDD99
RGB
CMYK
RGB Variations
Color information
#CCDD99 (or 0xCCDD99) is known color: Reef. HEX triplet: CC, DD and 99. RGB value is (204,221,153). Sum of RGB (Red+Green+Blue) = 204+221+153=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD99 is #332266. Grayscale: #D0D0D0. Windows color (decimal): -3351143 or 10083788. OLE color: 10083788.
HSL color Cylindrical-coordinate representation of color #CCDD99: hue angle of 75º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCDD99 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 153 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.13 |
| HSL | 75º | 0.5% | 0.73% | - |
| HSV(B) | 75º | 0.31% | 0.87% | - |
| XYZ | 56.51 | 66.85 | 40.06 | - |
| YUV | 208.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 153 | 0.08 | 0 | 0.31 | 0.13 | 75 | 0.5 | 0.73 |
| Hex | CC | DD | 99 | 8 | 0 | 1F | D | 4B | 32 | 49 |
| Octal | 314 | 335 | 231 | 10 | 0 | 37 | 15 | 113 | 62 | 111 |
| Binary | 11001100 | 11011101 | 10011001 | 1000 | 0 | 11111 | 1101 | 1001011 | 110010 | 1001001 |
Color Harmonies of #CCDD99
Complementary color
Monochromatic Colors of #CCDD99
Black with #CCDD99
Text Example
Text Example
White with #CCDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD99; }
p { color: rgb(204,221,153); }
H1.HeaderClassName
{
color: #CCDD99;
}
.AnyTagClassName
{
color: #CCDD99;
}
</style>
background-color css
<style>
a { background-color: #CCDD99; }
a { background-color: rgb(204,221,153); }
div.DivClassName
{
background-color: #CCDD99;
}
.BgClassName
{
background-color: #CCDD99;
}
</style>
border-color css
<style>
span { border-color: #CCDD99; }
span { border-color: rgb(204,221,153); }
td.TdClassName
{
border-color: #CCDD99;
}
.TagClassName
{
border-color: #CCDD99;
}
</style>