Shades of Bird Flower #CFB41C
Tints of Bird Flower #CFB41C
RGB
CMYK
RGB Variations
Color information
#CFB41C (or 0xCFB41C) is known color: Bird Flower. HEX triplet: CF, B4 and 1C. RGB value is (207,180,28). Sum of RGB (Red+Green+Blue) = 207+180+28=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB41C is #304BE3. Grayscale: #ABABAB. Windows color (decimal): -3165156 or 1881295. OLE color: 1881295.
HSL color Cylindrical-coordinate representation of color #CFB41C: hue angle of 50.95º 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 #CFB41C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.19 |
| HSL | 50.95º | 0.76% | 0.46% | - |
| HSV(B) | 50.95º | 0.86% | 0.81% | - |
| XYZ | 42.26 | 45.99 | 7.75 | - |
| YUV | 170.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 28 | 0 | 0.13 | 0.86 | 0.19 | 50.95 | 0.76 | 0.46 |
| Hex | CF | B4 | 1C | 0 | D | 56 | 13 | 33 | 4C | 2E |
| Octal | 317 | 264 | 34 | 0 | 15 | 126 | 23 | 63 | 114 | 56 |
| Binary | 11001111 | 10110100 | 11100 | 0 | 1101 | 1010110 | 10011 | 110011 | 1001100 | 101110 |
Color Harmonies of #CFB41C
Complementary color
Monochromatic Colors of #CFB41C
Black with #CFB41C
Text Example
Text Example
White with #CFB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB41C; }
p { color: rgb(207,180,28); }
H1.HeaderClassName
{
color: #CFB41C;
}
.AnyTagClassName
{
color: #CFB41C;
}
</style>
background-color css
<style>
a { background-color: #CFB41C; }
a { background-color: rgb(207,180,28); }
div.DivClassName
{
background-color: #CFB41C;
}
.BgClassName
{
background-color: #CFB41C;
}
</style>
border-color css
<style>
span { border-color: #CFB41C; }
span { border-color: rgb(207,180,28); }
td.TdClassName
{
border-color: #CFB41C;
}
.TagClassName
{
border-color: #CFB41C;
}
</style>