Shades of Bird Flower #CCCD15
Tints of Bird Flower #CCCD15
RGB
CMYK
RGB Variations
Color information
#CCCD15 (or 0xCCCD15) is known color: Bird Flower. HEX triplet: CC, CD and 15. RGB value is (204,205,21). Sum of RGB (Red+Green+Blue) = 204+205+21=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD15 is #3332EA. Grayscale: #B8B8B8. Windows color (decimal): -3355371 or 1428940. OLE color: 1428940.
HSL color Cylindrical-coordinate representation of color #CCCD15: hue angle of 60.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCD15 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 21 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.20 |
| HSL | 60.33º | 0.81% | 0.44% | - |
| HSV(B) | 60.33º | 0.9% | 0.8% | - |
| XYZ | 46.87 | 56.55 | 9.16 | - |
| YUV | 183.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 21 | 0.00 | 0 | 0.90 | 0.20 | 60.33 | 0.81 | 0.44 |
| Hex | CC | CD | 15 | 0 | 0 | 5A | 14 | 3C | 51 | 2C |
| Octal | 314 | 315 | 25 | 0 | 0 | 132 | 24 | 74 | 121 | 54 |
| Binary | 11001100 | 11001101 | 10101 | 0 | 0 | 1011010 | 10100 | 111100 | 1010001 | 101100 |
Color Harmonies of #CCCD15
Complementary color
Monochromatic Colors of #CCCD15
Black with #CCCD15
Text Example
Text Example
White with #CCCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD15; }
p { color: rgb(204,205,21); }
H1.HeaderClassName
{
color: #CCCD15;
}
.AnyTagClassName
{
color: #CCCD15;
}
</style>
background-color css
<style>
a { background-color: #CCCD15; }
a { background-color: rgb(204,205,21); }
div.DivClassName
{
background-color: #CCCD15;
}
.BgClassName
{
background-color: #CCCD15;
}
</style>
border-color css
<style>
span { border-color: #CCCD15; }
span { border-color: rgb(204,205,21); }
td.TdClassName
{
border-color: #CCCD15;
}
.TagClassName
{
border-color: #CCCD15;
}
</style>