Shades of Reef #CCDA99
Tints of Reef #CCDA99
RGB
CMYK
RGB Variations
Color information
#CCDA99 (or 0xCCDA99) is known color: Reef. HEX triplet: CC, DA and 99. RGB value is (204,218,153). Sum of RGB (Red+Green+Blue) = 204+218+153=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA99 is #332566. Grayscale: #CECECE. Windows color (decimal): -3351911 or 10083020. OLE color: 10083020.
HSL color Cylindrical-coordinate representation of color #CCDA99: hue angle of 72.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDA99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 153 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.15 |
| HSL | 72.92º | 0.47% | 0.73% | - |
| HSV(B) | 72.92º | 0.3% | 0.85% | - |
| XYZ | 55.72 | 65.28 | 39.8 | - |
| YUV | 206.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 153 | 0.06 | 0 | 0.30 | 0.15 | 72.92 | 0.47 | 0.73 |
| Hex | CC | DA | 99 | 6 | 0 | 1E | F | 49 | 2F | 49 |
| Octal | 314 | 332 | 231 | 6 | 0 | 36 | 17 | 111 | 57 | 111 |
| Binary | 11001100 | 11011010 | 10011001 | 110 | 0 | 11110 | 1111 | 1001001 | 101111 | 1001001 |
Color Harmonies of #CCDA99
Complementary color
Monochromatic Colors of #CCDA99
Black with #CCDA99
Text Example
Text Example
White with #CCDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA99; }
p { color: rgb(204,218,153); }
H1.HeaderClassName
{
color: #CCDA99;
}
.AnyTagClassName
{
color: #CCDA99;
}
</style>
background-color css
<style>
a { background-color: #CCDA99; }
a { background-color: rgb(204,218,153); }
div.DivClassName
{
background-color: #CCDA99;
}
.BgClassName
{
background-color: #CCDA99;
}
</style>
border-color css
<style>
span { border-color: #CCDA99; }
span { border-color: rgb(204,218,153); }
td.TdClassName
{
border-color: #CCDA99;
}
.TagClassName
{
border-color: #CCDA99;
}
</style>