Shades of Reef #CFDC99
Tints of Reef #CFDC99
RGB
CMYK
RGB Variations
Color information
#CFDC99 (or 0xCFDC99) is known color: Reef. HEX triplet: CF, DC and 99. RGB value is (207,220,153). Sum of RGB (Red+Green+Blue) = 207+220+153=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC99 is #302366. Grayscale: #D0D0D0. Windows color (decimal): -3154791 or 10083535. OLE color: 10083535.
HSL color Cylindrical-coordinate representation of color #CFDC99: hue angle of 71.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDC99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 153 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.14 |
| HSL | 71.64º | 0.49% | 0.73% | - |
| HSV(B) | 71.64º | 0.3% | 0.86% | - |
| XYZ | 57.08 | 66.75 | 40.01 | - |
| YUV | 208.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 153 | 0.06 | 0 | 0.30 | 0.14 | 71.64 | 0.49 | 0.73 |
| Hex | CF | DC | 99 | 6 | 0 | 1E | E | 48 | 31 | 49 |
| Octal | 317 | 334 | 231 | 6 | 0 | 36 | 16 | 110 | 61 | 111 |
| Binary | 11001111 | 11011100 | 10011001 | 110 | 0 | 11110 | 1110 | 1001000 | 110001 | 1001001 |
Color Harmonies of #CFDC99
Complementary color
Monochromatic Colors of #CFDC99
Black with #CFDC99
Text Example
Text Example
White with #CFDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC99; }
p { color: rgb(207,220,153); }
H1.HeaderClassName
{
color: #CFDC99;
}
.AnyTagClassName
{
color: #CFDC99;
}
</style>
background-color css
<style>
a { background-color: #CFDC99; }
a { background-color: rgb(207,220,153); }
div.DivClassName
{
background-color: #CFDC99;
}
.BgClassName
{
background-color: #CFDC99;
}
</style>
border-color css
<style>
span { border-color: #CFDC99; }
span { border-color: rgb(207,220,153); }
td.TdClassName
{
border-color: #CFDC99;
}
.TagClassName
{
border-color: #CFDC99;
}
</style>