Shades of Bird Flower #CFC60B
Tints of Bird Flower #CFC60B
RGB
CMYK
RGB Variations
Color information
#CFC60B (or 0xCFC60B) is known color: Bird Flower. HEX triplet: CF, C6 and 0B. RGB value is (207,198,11). Sum of RGB (Red+Green+Blue) = 207+198+11=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC60B is #3039F4. Grayscale: #B4B4B4. Windows color (decimal): -3160565 or 771791. OLE color: 771791.
HSL color Cylindrical-coordinate representation of color #CFC60B: hue angle of 57.24º degrees, saturation: 0.9, 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 #CFC60B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.19 |
| HSL | 57.24º | 0.9% | 0.43% | - |
| HSV(B) | 57.24º | 0.95% | 0.81% | - |
| XYZ | 45.99 | 53.68 | 8.25 | - |
| YUV | 179.37 | 32.98 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 11 | 0 | 0.04 | 0.95 | 0.19 | 57.24 | 0.9 | 0.43 |
| Hex | CF | C6 | B | 0 | 4 | 5F | 13 | 39 | 5A | 2B |
| Octal | 317 | 306 | 13 | 0 | 4 | 137 | 23 | 71 | 132 | 53 |
| Binary | 11001111 | 11000110 | 1011 | 0 | 100 | 1011111 | 10011 | 111001 | 1011010 | 101011 |
Color Harmonies of #CFC60B
Complementary color
Monochromatic Colors of #CFC60B
Black with #CFC60B
Text Example
Text Example
White with #CFC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC60B; }
p { color: rgb(207,198,11); }
H1.HeaderClassName
{
color: #CFC60B;
}
.AnyTagClassName
{
color: #CFC60B;
}
</style>
background-color css
<style>
a { background-color: #CFC60B; }
a { background-color: rgb(207,198,11); }
div.DivClassName
{
background-color: #CFC60B;
}
.BgClassName
{
background-color: #CFC60B;
}
</style>
border-color css
<style>
span { border-color: #CFC60B; }
span { border-color: rgb(207,198,11); }
td.TdClassName
{
border-color: #CFC60B;
}
.TagClassName
{
border-color: #CFC60B;
}
</style>