Shades of Bird Flower #CCCD0F
Tints of Bird Flower #CCCD0F
RGB
CMYK
RGB Variations
Color information
#CCCD0F (or 0xCCCD0F) is known color: Bird Flower. HEX triplet: CC, CD and 0F. RGB value is (204,205,15). Sum of RGB (Red+Green+Blue) = 204+205+15=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD0F is #3332F0. Grayscale: #B7B7B7. Windows color (decimal): -3355377 or 1035724. OLE color: 1035724.
HSL color Cylindrical-coordinate representation of color #CCCD0F: hue angle of 60.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCCD0F is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 15 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.20 |
| HSL | 60.32º | 0.86% | 0.43% | - |
| HSV(B) | 60.32º | 0.93% | 0.8% | - |
| XYZ | 46.82 | 56.53 | 8.9 | - |
| YUV | 183.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 15 | 0.00 | 0 | 0.93 | 0.20 | 60.32 | 0.86 | 0.43 |
| Hex | CC | CD | F | 0 | 0 | 5D | 14 | 3C | 56 | 2B |
| Octal | 314 | 315 | 17 | 0 | 0 | 135 | 24 | 74 | 126 | 53 |
| Binary | 11001100 | 11001101 | 1111 | 0 | 0 | 1011101 | 10100 | 111100 | 1010110 | 101011 |
Color Harmonies of #CCCD0F
Complementary color
Monochromatic Colors of #CCCD0F
Black with #CCCD0F
Text Example
Text Example
White with #CCCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD0F; }
p { color: rgb(204,205,15); }
H1.HeaderClassName
{
color: #CCCD0F;
}
.AnyTagClassName
{
color: #CCCD0F;
}
</style>
background-color css
<style>
a { background-color: #CCCD0F; }
a { background-color: rgb(204,205,15); }
div.DivClassName
{
background-color: #CCCD0F;
}
.BgClassName
{
background-color: #CCCD0F;
}
</style>
border-color css
<style>
span { border-color: #CCCD0F; }
span { border-color: rgb(204,205,15); }
td.TdClassName
{
border-color: #CCCD0F;
}
.TagClassName
{
border-color: #CCCD0F;
}
</style>