Shades of Bird Flower #CFCC13
Tints of Bird Flower #CFCC13
RGB
CMYK
RGB Variations
Color information
#CFCC13 (or 0xCFCC13) is known color: Bird Flower. HEX triplet: CF, CC and 13. RGB value is (207,204,19). Sum of RGB (Red+Green+Blue) = 207+204+19=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC13 is #3033EC. Grayscale: #B8B8B8. Windows color (decimal): -3159021 or 1297615. OLE color: 1297615.
HSL color Cylindrical-coordinate representation of color #CFCC13: hue angle of 59.04º 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 #CFCC13 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.19 |
| HSL | 59.04º | 0.83% | 0.44% | - |
| HSV(B) | 59.04º | 0.91% | 0.81% | - |
| XYZ | 47.44 | 56.5 | 9.02 | - |
| YUV | 183.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 19 | 0 | 0.01 | 0.91 | 0.19 | 59.04 | 0.83 | 0.44 |
| Hex | CF | CC | 13 | 0 | 1 | 5B | 13 | 3B | 53 | 2C |
| Octal | 317 | 314 | 23 | 0 | 1 | 133 | 23 | 73 | 123 | 54 |
| Binary | 11001111 | 11001100 | 10011 | 0 | 1 | 1011011 | 10011 | 111011 | 1010011 | 101100 |
Color Harmonies of #CFCC13
Complementary color
Monochromatic Colors of #CFCC13
Black with #CFCC13
Text Example
Text Example
White with #CFCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC13; }
p { color: rgb(207,204,19); }
H1.HeaderClassName
{
color: #CFCC13;
}
.AnyTagClassName
{
color: #CFCC13;
}
</style>
background-color css
<style>
a { background-color: #CFCC13; }
a { background-color: rgb(207,204,19); }
div.DivClassName
{
background-color: #CFCC13;
}
.BgClassName
{
background-color: #CFCC13;
}
</style>
border-color css
<style>
span { border-color: #CFCC13; }
span { border-color: rgb(207,204,19); }
td.TdClassName
{
border-color: #CFCC13;
}
.TagClassName
{
border-color: #CFCC13;
}
</style>