Shades of Bird Flower #CCD706
Tints of Bird Flower #CCD706
RGB
CMYK
RGB Variations
Color information
#CCD706 (or 0xCCD706) is known color: Bird Flower. HEX triplet: CC, D7 and 06. RGB value is (204,215,6). Sum of RGB (Red+Green+Blue) = 204+215+6=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD706 is #3328F9. Grayscale: #BCBCBC. Windows color (decimal): -3352826 or 448460. OLE color: 448460.
HSL color Cylindrical-coordinate representation of color #CCD706: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD706 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.16 |
| HSL | 63.16º | 0.95% | 0.43% | - |
| HSV(B) | 63.16º | 0.97% | 0.84% | - |
| XYZ | 49.24 | 61.45 | 9.44 | - |
| YUV | 187.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 6 | 0.05 | 0 | 0.97 | 0.16 | 63.16 | 0.95 | 0.43 |
| Hex | CC | D7 | 6 | 5 | 0 | 61 | 10 | 3F | 5F | 2B |
| Octal | 314 | 327 | 6 | 5 | 0 | 141 | 20 | 77 | 137 | 53 |
| Binary | 11001100 | 11010111 | 110 | 101 | 0 | 1100001 | 10000 | 111111 | 1011111 | 101011 |
Color Harmonies of #CCD706
Complementary color
Monochromatic Colors of #CCD706
Black with #CCD706
Text Example
Text Example
White with #CCD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD706; }
p { color: rgb(204,215,6); }
H1.HeaderClassName
{
color: #CCD706;
}
.AnyTagClassName
{
color: #CCD706;
}
</style>
background-color css
<style>
a { background-color: #CCD706; }
a { background-color: rgb(204,215,6); }
div.DivClassName
{
background-color: #CCD706;
}
.BgClassName
{
background-color: #CCD706;
}
</style>
border-color css
<style>
span { border-color: #CCD706; }
span { border-color: rgb(204,215,6); }
td.TdClassName
{
border-color: #CCD706;
}
.TagClassName
{
border-color: #CCD706;
}
</style>