Shades of Bird Flower #CFCB12
Tints of Bird Flower #CFCB12
RGB
CMYK
RGB Variations
Color information
#CFCB12 (or 0xCFCB12) is known color: Bird Flower. HEX triplet: CF, CB and 12. RGB value is (207,203,18). Sum of RGB (Red+Green+Blue) = 207+203+18=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB12 is #3034ED. Grayscale: #B7B7B7. Windows color (decimal): -3159278 or 1231823. OLE color: 1231823.
HSL color Cylindrical-coordinate representation of color #CFCB12: hue angle of 58.73º 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 #CFCB12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.19 |
| HSL | 58.73º | 0.84% | 0.44% | - |
| HSV(B) | 58.73º | 0.91% | 0.81% | - |
| XYZ | 47.2 | 56.02 | 8.9 | - |
| YUV | 183.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 18 | 0 | 0.02 | 0.91 | 0.19 | 58.73 | 0.84 | 0.44 |
| Hex | CF | CB | 12 | 0 | 2 | 5B | 13 | 3B | 54 | 2C |
| Octal | 317 | 313 | 22 | 0 | 2 | 133 | 23 | 73 | 124 | 54 |
| Binary | 11001111 | 11001011 | 10010 | 0 | 10 | 1011011 | 10011 | 111011 | 1010100 | 101100 |
Color Harmonies of #CFCB12
Complementary color
Monochromatic Colors of #CFCB12
Black with #CFCB12
Text Example
Text Example
White with #CFCB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB12; }
p { color: rgb(207,203,18); }
H1.HeaderClassName
{
color: #CFCB12;
}
.AnyTagClassName
{
color: #CFCB12;
}
</style>
background-color css
<style>
a { background-color: #CFCB12; }
a { background-color: rgb(207,203,18); }
div.DivClassName
{
background-color: #CFCB12;
}
.BgClassName
{
background-color: #CFCB12;
}
</style>
border-color css
<style>
span { border-color: #CFCB12; }
span { border-color: rgb(207,203,18); }
td.TdClassName
{
border-color: #CFCB12;
}
.TagClassName
{
border-color: #CFCB12;
}
</style>