Shades of Bird Flower #CFCC12
Tints of Bird Flower #CFCC12
RGB
CMYK
RGB Variations
Color information
#CFCC12 (or 0xCFCC12) is known color: Bird Flower. HEX triplet: CF, CC and 12. RGB value is (207,204,18). Sum of RGB (Red+Green+Blue) = 207+204+18=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC12 is #3033ED. Grayscale: #B8B8B8. Windows color (decimal): -3159022 or 1232079. OLE color: 1232079.
HSL color Cylindrical-coordinate representation of color #CFCC12: hue angle of 59.05º degrees, saturation: 0.84, 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 #CFCC12 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.19 |
| HSL | 59.05º | 0.84% | 0.44% | - |
| HSV(B) | 59.05º | 0.91% | 0.81% | - |
| XYZ | 47.43 | 56.49 | 8.98 | - |
| YUV | 183.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 18 | 0 | 0.01 | 0.91 | 0.19 | 59.05 | 0.84 | 0.44 |
| Hex | CF | CC | 12 | 0 | 1 | 5B | 13 | 3B | 54 | 2C |
| Octal | 317 | 314 | 22 | 0 | 1 | 133 | 23 | 73 | 124 | 54 |
| Binary | 11001111 | 11001100 | 10010 | 0 | 1 | 1011011 | 10011 | 111011 | 1010100 | 101100 |
Color Harmonies of #CFCC12
Complementary color
Monochromatic Colors of #CFCC12
Black with #CFCC12
Text Example
Text Example
White with #CFCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC12; }
p { color: rgb(207,204,18); }
H1.HeaderClassName
{
color: #CFCC12;
}
.AnyTagClassName
{
color: #CFCC12;
}
</style>
background-color css
<style>
a { background-color: #CFCC12; }
a { background-color: rgb(207,204,18); }
div.DivClassName
{
background-color: #CFCC12;
}
.BgClassName
{
background-color: #CFCC12;
}
</style>
border-color css
<style>
span { border-color: #CFCC12; }
span { border-color: rgb(207,204,18); }
td.TdClassName
{
border-color: #CFCC12;
}
.TagClassName
{
border-color: #CFCC12;
}
</style>