Shades of Bird Flower #CFC908
Tints of Bird Flower #CFC908
RGB
CMYK
RGB Variations
Color information
#CFC908 (or 0xCFC908) is known color: Bird Flower. HEX triplet: CF, C9 and 08. RGB value is (207,201,8). Sum of RGB (Red+Green+Blue) = 207+201+8=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC908 is #3036F7. Grayscale: #B5B5B5. Windows color (decimal): -3159800 or 575951. OLE color: 575951.
HSL color Cylindrical-coordinate representation of color #CFC908: hue angle of 58.19º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFC908 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.19 |
| HSL | 58.19º | 0.93% | 0.42% | - |
| HSV(B) | 58.19º | 0.96% | 0.81% | - |
| XYZ | 46.66 | 55.06 | 8.4 | - |
| YUV | 180.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 8 | 0 | 0.03 | 0.96 | 0.19 | 58.19 | 0.93 | 0.42 |
| Hex | CF | C9 | 8 | 0 | 3 | 60 | 13 | 3A | 5D | 2A |
| Octal | 317 | 311 | 10 | 0 | 3 | 140 | 23 | 72 | 135 | 52 |
| Binary | 11001111 | 11001001 | 1000 | 0 | 11 | 1100000 | 10011 | 111010 | 1011101 | 101010 |
Color Harmonies of #CFC908
Complementary color
Monochromatic Colors of #CFC908
Black with #CFC908
Text Example
Text Example
White with #CFC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC908; }
p { color: rgb(207,201,8); }
H1.HeaderClassName
{
color: #CFC908;
}
.AnyTagClassName
{
color: #CFC908;
}
</style>
background-color css
<style>
a { background-color: #CFC908; }
a { background-color: rgb(207,201,8); }
div.DivClassName
{
background-color: #CFC908;
}
.BgClassName
{
background-color: #CFC908;
}
</style>
border-color css
<style>
span { border-color: #CFC908; }
span { border-color: rgb(207,201,8); }
td.TdClassName
{
border-color: #CFC908;
}
.TagClassName
{
border-color: #CFC908;
}
</style>