Shades of Bird Flower #CCCD07
Tints of Bird Flower #CCCD07
RGB
CMYK
RGB Variations
Color information
#CCCD07 (or 0xCCCD07) is known color: Bird Flower. HEX triplet: CC, CD and 07. RGB value is (204,205,7). Sum of RGB (Red+Green+Blue) = 204+205+7=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD07 is #3332F8. Grayscale: #B6B6B6. Windows color (decimal): -3355385 or 511436. OLE color: 511436.
HSL color Cylindrical-coordinate representation of color #CCCD07: hue angle of 60.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCCD07 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 7 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.20 |
| HSL | 60.3º | 0.93% | 0.42% | - |
| HSV(B) | 60.3º | 0.97% | 0.8% | - |
| XYZ | 46.77 | 56.52 | 8.64 | - |
| YUV | 182.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 7 | 0.00 | 0 | 0.97 | 0.20 | 60.3 | 0.93 | 0.42 |
| Hex | CC | CD | 7 | 0 | 0 | 61 | 14 | 3C | 5D | 2A |
| Octal | 314 | 315 | 7 | 0 | 0 | 141 | 24 | 74 | 135 | 52 |
| Binary | 11001100 | 11001101 | 111 | 0 | 0 | 1100001 | 10100 | 111100 | 1011101 | 101010 |
Color Harmonies of #CCCD07
Complementary color
Monochromatic Colors of #CCCD07
Black with #CCCD07
Text Example
Text Example
White with #CCCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD07; }
p { color: rgb(204,205,7); }
H1.HeaderClassName
{
color: #CCCD07;
}
.AnyTagClassName
{
color: #CCCD07;
}
</style>
background-color css
<style>
a { background-color: #CCCD07; }
a { background-color: rgb(204,205,7); }
div.DivClassName
{
background-color: #CCCD07;
}
.BgClassName
{
background-color: #CCCD07;
}
</style>
border-color css
<style>
span { border-color: #CCCD07; }
span { border-color: rgb(204,205,7); }
td.TdClassName
{
border-color: #CCCD07;
}
.TagClassName
{
border-color: #CCCD07;
}
</style>