Shades of Bird Flower #CCCF13
Tints of Bird Flower #CCCF13
RGB
CMYK
RGB Variations
Color information
#CCCF13 (or 0xCCCF13) is known color: Bird Flower. HEX triplet: CC, CF and 13. RGB value is (204,207,19). Sum of RGB (Red+Green+Blue) = 204+207+19=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF13 is #3330EC. Grayscale: #B9B9B9. Windows color (decimal): -3354861 or 1298380. OLE color: 1298380.
HSL color Cylindrical-coordinate representation of color #CCCF13: hue angle of 60.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCCF13 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 19 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.19 |
| HSL | 60.96º | 0.83% | 0.44% | - |
| HSV(B) | 60.96º | 0.91% | 0.81% | - |
| XYZ | 47.33 | 57.51 | 9.22 | - |
| YUV | 184.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 19 | 0.01 | 0 | 0.91 | 0.19 | 60.96 | 0.83 | 0.44 |
| Hex | CC | CF | 13 | 1 | 0 | 5B | 13 | 3D | 53 | 2C |
| Octal | 314 | 317 | 23 | 1 | 0 | 133 | 23 | 75 | 123 | 54 |
| Binary | 11001100 | 11001111 | 10011 | 1 | 0 | 1011011 | 10011 | 111101 | 1010011 | 101100 |
Color Harmonies of #CCCF13
Complementary color
Monochromatic Colors of #CCCF13
Black with #CCCF13
Text Example
Text Example
White with #CCCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF13; }
p { color: rgb(204,207,19); }
H1.HeaderClassName
{
color: #CCCF13;
}
.AnyTagClassName
{
color: #CCCF13;
}
</style>
background-color css
<style>
a { background-color: #CCCF13; }
a { background-color: rgb(204,207,19); }
div.DivClassName
{
background-color: #CCCF13;
}
.BgClassName
{
background-color: #CCCF13;
}
</style>
border-color css
<style>
span { border-color: #CCCF13; }
span { border-color: rgb(204,207,19); }
td.TdClassName
{
border-color: #CCCF13;
}
.TagClassName
{
border-color: #CCCF13;
}
</style>