Shades of Bird Flower #CFBD04
Tints of Bird Flower #CFBD04
RGB
CMYK
RGB Variations
Color information
#CFBD04 (or 0xCFBD04) is known color: Bird Flower. HEX triplet: CF, BD and 04. RGB value is (207,189,4). Sum of RGB (Red+Green+Blue) = 207+189+4=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBD04 is #3042FB. Grayscale: #AEAEAE. Windows color (decimal): -3162876 or 310735. OLE color: 310735.
HSL color Cylindrical-coordinate representation of color #CFBD04: hue angle of 54.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFBD04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.19 |
| HSL | 54.68º | 0.96% | 0.41% | - |
| HSV(B) | 54.68º | 0.98% | 0.81% | - |
| XYZ | 43.95 | 49.67 | 7.39 | - |
| YUV | 173.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 4 | 0 | 0.09 | 0.98 | 0.19 | 54.68 | 0.96 | 0.41 |
| Hex | CF | BD | 4 | 0 | 9 | 62 | 13 | 37 | 60 | 29 |
| Octal | 317 | 275 | 4 | 0 | 11 | 142 | 23 | 67 | 140 | 51 |
| Binary | 11001111 | 10111101 | 100 | 0 | 1001 | 1100010 | 10011 | 110111 | 1100000 | 101001 |
Color Harmonies of #CFBD04
Complementary color
Monochromatic Colors of #CFBD04
Black with #CFBD04
Text Example
Text Example
White with #CFBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD04; }
p { color: rgb(207,189,4); }
H1.HeaderClassName
{
color: #CFBD04;
}
.AnyTagClassName
{
color: #CFBD04;
}
</style>
background-color css
<style>
a { background-color: #CFBD04; }
a { background-color: rgb(207,189,4); }
div.DivClassName
{
background-color: #CFBD04;
}
.BgClassName
{
background-color: #CFBD04;
}
</style>
border-color css
<style>
span { border-color: #CFBD04; }
span { border-color: rgb(207,189,4); }
td.TdClassName
{
border-color: #CFBD04;
}
.TagClassName
{
border-color: #CFBD04;
}
</style>