Shades of Bird Flower #CFB31C
Tints of Bird Flower #CFB31C
RGB
CMYK
RGB Variations
Color information
#CFB31C (or 0xCFB31C) is known color: Bird Flower. HEX triplet: CF, B3 and 1C. RGB value is (207,179,28). Sum of RGB (Red+Green+Blue) = 207+179+28=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB31C is #304CE3. Grayscale: #AAAAAA. Windows color (decimal): -3165412 or 1881039. OLE color: 1881039.
HSL color Cylindrical-coordinate representation of color #CFB31C: hue angle of 50.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFB31C is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 28 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.19 |
| HSL | 50.61º | 0.76% | 0.46% | - |
| HSV(B) | 50.61º | 0.86% | 0.81% | - |
| XYZ | 42.06 | 45.59 | 7.68 | - |
| YUV | 170.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 28 | 0 | 0.14 | 0.86 | 0.19 | 50.61 | 0.76 | 0.46 |
| Hex | CF | B3 | 1C | 0 | E | 56 | 13 | 33 | 4C | 2E |
| Octal | 317 | 263 | 34 | 0 | 16 | 126 | 23 | 63 | 114 | 56 |
| Binary | 11001111 | 10110011 | 11100 | 0 | 1110 | 1010110 | 10011 | 110011 | 1001100 | 101110 |
Color Harmonies of #CFB31C
Complementary color
Monochromatic Colors of #CFB31C
Black with #CFB31C
Text Example
Text Example
White with #CFB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB31C; }
p { color: rgb(207,179,28); }
H1.HeaderClassName
{
color: #CFB31C;
}
.AnyTagClassName
{
color: #CFB31C;
}
</style>
background-color css
<style>
a { background-color: #CFB31C; }
a { background-color: rgb(207,179,28); }
div.DivClassName
{
background-color: #CFB31C;
}
.BgClassName
{
background-color: #CFB31C;
}
</style>
border-color css
<style>
span { border-color: #CFB31C; }
span { border-color: rgb(207,179,28); }
td.TdClassName
{
border-color: #CFB31C;
}
.TagClassName
{
border-color: #CFB31C;
}
</style>