Shades of Bird Flower #CFB30F
Tints of Bird Flower #CFB30F
RGB
CMYK
RGB Variations
Color information
#CFB30F (or 0xCFB30F) is known color: Bird Flower. HEX triplet: CF, B3 and 0F. RGB value is (207,179,15). Sum of RGB (Red+Green+Blue) = 207+179+15=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB30F is #304CF0. Grayscale: #A9A9A9. Windows color (decimal): -3165425 or 1029071. OLE color: 1029071.
HSL color Cylindrical-coordinate representation of color #CFB30F: hue angle of 51.25º 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 #CFB30F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.19 |
| HSL | 51.25º | 0.86% | 0.44% | - |
| HSV(B) | 51.25º | 0.93% | 0.81% | - |
| XYZ | 41.94 | 45.54 | 7.03 | - |
| YUV | 168.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 15 | 0 | 0.14 | 0.93 | 0.19 | 51.25 | 0.86 | 0.44 |
| Hex | CF | B3 | F | 0 | E | 5D | 13 | 33 | 56 | 2C |
| Octal | 317 | 263 | 17 | 0 | 16 | 135 | 23 | 63 | 126 | 54 |
| Binary | 11001111 | 10110011 | 1111 | 0 | 1110 | 1011101 | 10011 | 110011 | 1010110 | 101100 |
Color Harmonies of #CFB30F
Complementary color
Monochromatic Colors of #CFB30F
Black with #CFB30F
Text Example
Text Example
White with #CFB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB30F; }
p { color: rgb(207,179,15); }
H1.HeaderClassName
{
color: #CFB30F;
}
.AnyTagClassName
{
color: #CFB30F;
}
</style>
background-color css
<style>
a { background-color: #CFB30F; }
a { background-color: rgb(207,179,15); }
div.DivClassName
{
background-color: #CFB30F;
}
.BgClassName
{
background-color: #CFB30F;
}
</style>
border-color css
<style>
span { border-color: #CFB30F; }
span { border-color: rgb(207,179,15); }
td.TdClassName
{
border-color: #CFB30F;
}
.TagClassName
{
border-color: #CFB30F;
}
</style>