Shades of Bird Flower #CFB20F
Tints of Bird Flower #CFB20F
RGB
CMYK
RGB Variations
Color information
#CFB20F (or 0xCFB20F) is known color: Bird Flower. HEX triplet: CF, B2 and 0F. RGB value is (207,178,15). Sum of RGB (Red+Green+Blue) = 207+178+15=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB20F is #304DF0. Grayscale: #A8A8A8. Windows color (decimal): -3165681 or 1028815. OLE color: 1028815.
HSL color Cylindrical-coordinate representation of color #CFB20F: hue angle of 50.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFB20F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.19 |
| HSL | 50.94º | 0.86% | 0.44% | - |
| HSV(B) | 50.94º | 0.93% | 0.81% | - |
| XYZ | 41.74 | 45.14 | 6.97 | - |
| YUV | 168.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 15 | 0 | 0.14 | 0.93 | 0.19 | 50.94 | 0.86 | 0.44 |
| Hex | CF | B2 | F | 0 | E | 5D | 13 | 33 | 56 | 2C |
| Octal | 317 | 262 | 17 | 0 | 16 | 135 | 23 | 63 | 126 | 54 |
| Binary | 11001111 | 10110010 | 1111 | 0 | 1110 | 1011101 | 10011 | 110011 | 1010110 | 101100 |
Color Harmonies of #CFB20F
Complementary color
Monochromatic Colors of #CFB20F
Black with #CFB20F
Text Example
Text Example
White with #CFB20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB20F; }
p { color: rgb(207,178,15); }
H1.HeaderClassName
{
color: #CFB20F;
}
.AnyTagClassName
{
color: #CFB20F;
}
</style>
background-color css
<style>
a { background-color: #CFB20F; }
a { background-color: rgb(207,178,15); }
div.DivClassName
{
background-color: #CFB20F;
}
.BgClassName
{
background-color: #CFB20F;
}
</style>
border-color css
<style>
span { border-color: #CFB20F; }
span { border-color: rgb(207,178,15); }
td.TdClassName
{
border-color: #CFB20F;
}
.TagClassName
{
border-color: #CFB20F;
}
</style>