Shades of Bird Flower #CFB81D
Tints of Bird Flower #CFB81D
RGB
CMYK
RGB Variations
Color information
#CFB81D (or 0xCFB81D) is known color: Bird Flower. HEX triplet: CF, B8 and 1D. RGB value is (207,184,29). Sum of RGB (Red+Green+Blue) = 207+184+29=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB81D is #3047E2. Grayscale: #ADADAD. Windows color (decimal): -3164131 or 1947855. OLE color: 1947855.
HSL color Cylindrical-coordinate representation of color #CFB81D: hue angle of 52.25º degrees, saturation: 0.75, 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 #CFB81D is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 29 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.19 |
| HSL | 52.25º | 0.75% | 0.46% | - |
| HSV(B) | 52.25º | 0.86% | 0.81% | - |
| XYZ | 43.09 | 47.64 | 8.09 | - |
| YUV | 173.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 29 | 0 | 0.11 | 0.86 | 0.19 | 52.25 | 0.75 | 0.46 |
| Hex | CF | B8 | 1D | 0 | B | 56 | 13 | 34 | 4B | 2E |
| Octal | 317 | 270 | 35 | 0 | 13 | 126 | 23 | 64 | 113 | 56 |
| Binary | 11001111 | 10111000 | 11101 | 0 | 1011 | 1010110 | 10011 | 110100 | 1001011 | 101110 |
Color Harmonies of #CFB81D
Complementary color
Monochromatic Colors of #CFB81D
Black with #CFB81D
Text Example
Text Example
White with #CFB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB81D; }
p { color: rgb(207,184,29); }
H1.HeaderClassName
{
color: #CFB81D;
}
.AnyTagClassName
{
color: #CFB81D;
}
</style>
background-color css
<style>
a { background-color: #CFB81D; }
a { background-color: rgb(207,184,29); }
div.DivClassName
{
background-color: #CFB81D;
}
.BgClassName
{
background-color: #CFB81D;
}
</style>
border-color css
<style>
span { border-color: #CFB81D; }
span { border-color: rgb(207,184,29); }
td.TdClassName
{
border-color: #CFB81D;
}
.TagClassName
{
border-color: #CFB81D;
}
</style>