Shades of Bird Flower #CFC00A
Tints of Bird Flower #CFC00A
RGB
CMYK
RGB Variations
Color information
#CFC00A (or 0xCFC00A) is known color: Bird Flower. HEX triplet: CF, C0 and 0A. RGB value is (207,192,10). Sum of RGB (Red+Green+Blue) = 207+192+10=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC00A is #303FF5. Grayscale: #B0B0B0. Windows color (decimal): -3162102 or 704719. OLE color: 704719.
HSL color Cylindrical-coordinate representation of color #CFC00A: hue angle of 55.43º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFC00A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.19 |
| HSL | 55.43º | 0.91% | 0.43% | - |
| HSV(B) | 55.43º | 0.95% | 0.81% | - |
| XYZ | 44.64 | 50.99 | 7.78 | - |
| YUV | 175.74 | 34.47 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 10 | 0 | 0.07 | 0.95 | 0.19 | 55.43 | 0.91 | 0.43 |
| Hex | CF | C0 | A | 0 | 7 | 5F | 13 | 37 | 5B | 2B |
| Octal | 317 | 300 | 12 | 0 | 7 | 137 | 23 | 67 | 133 | 53 |
| Binary | 11001111 | 11000000 | 1010 | 0 | 111 | 1011111 | 10011 | 110111 | 1011011 | 101011 |
Color Harmonies of #CFC00A
Complementary color
Monochromatic Colors of #CFC00A
Black with #CFC00A
Text Example
Text Example
White with #CFC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC00A; }
p { color: rgb(207,192,10); }
H1.HeaderClassName
{
color: #CFC00A;
}
.AnyTagClassName
{
color: #CFC00A;
}
</style>
background-color css
<style>
a { background-color: #CFC00A; }
a { background-color: rgb(207,192,10); }
div.DivClassName
{
background-color: #CFC00A;
}
.BgClassName
{
background-color: #CFC00A;
}
</style>
border-color css
<style>
span { border-color: #CFC00A; }
span { border-color: rgb(207,192,10); }
td.TdClassName
{
border-color: #CFC00A;
}
.TagClassName
{
border-color: #CFC00A;
}
</style>