Shades of Bird Flower #CFC308
Tints of Bird Flower #CFC308
RGB
CMYK
RGB Variations
Color information
#CFC308 (or 0xCFC308) is known color: Bird Flower. HEX triplet: CF, C3 and 08. RGB value is (207,195,8). Sum of RGB (Red+Green+Blue) = 207+195+8=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC308 is #303CF7. Grayscale: #B2B2B2. Windows color (decimal): -3161336 or 574415. OLE color: 574415.
HSL color Cylindrical-coordinate representation of color #CFC308: hue angle of 56.38º 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 #CFC308 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.19 |
| HSL | 56.38º | 0.93% | 0.42% | - |
| HSV(B) | 56.38º | 0.96% | 0.81% | - |
| XYZ | 45.29 | 52.31 | 7.94 | - |
| YUV | 177.27 | 32.48 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 8 | 0 | 0.06 | 0.96 | 0.19 | 56.38 | 0.93 | 0.42 |
| Hex | CF | C3 | 8 | 0 | 6 | 60 | 13 | 38 | 5D | 2A |
| Octal | 317 | 303 | 10 | 0 | 6 | 140 | 23 | 70 | 135 | 52 |
| Binary | 11001111 | 11000011 | 1000 | 0 | 110 | 1100000 | 10011 | 111000 | 1011101 | 101010 |
Color Harmonies of #CFC308
Complementary color
Monochromatic Colors of #CFC308
Black with #CFC308
Text Example
Text Example
White with #CFC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC308; }
p { color: rgb(207,195,8); }
H1.HeaderClassName
{
color: #CFC308;
}
.AnyTagClassName
{
color: #CFC308;
}
</style>
background-color css
<style>
a { background-color: #CFC308; }
a { background-color: rgb(207,195,8); }
div.DivClassName
{
background-color: #CFC308;
}
.BgClassName
{
background-color: #CFC308;
}
</style>
border-color css
<style>
span { border-color: #CFC308; }
span { border-color: rgb(207,195,8); }
td.TdClassName
{
border-color: #CFC308;
}
.TagClassName
{
border-color: #CFC308;
}
</style>