Shades of Bird Flower #CFB606
Tints of Bird Flower #CFB606
RGB
CMYK
RGB Variations
Color information
#CFB606 (or 0xCFB606) is known color: Bird Flower. HEX triplet: CF, B6 and 06. RGB value is (207,182,6). Sum of RGB (Red+Green+Blue) = 207+182+6=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB606 is #3049F9. Grayscale: #AAAAAA. Windows color (decimal): -3164666 or 440015. OLE color: 440015.
HSL color Cylindrical-coordinate representation of color #CFB606: hue angle of 52.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFB606 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.19 |
| HSL | 52.54º | 0.94% | 0.42% | - |
| HSV(B) | 52.54º | 0.97% | 0.81% | - |
| XYZ | 42.49 | 46.73 | 6.95 | - |
| YUV | 169.41 | 35.78 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 6 | 0 | 0.12 | 0.97 | 0.19 | 52.54 | 0.94 | 0.42 |
| Hex | CF | B6 | 6 | 0 | C | 61 | 13 | 35 | 5E | 2A |
| Octal | 317 | 266 | 6 | 0 | 14 | 141 | 23 | 65 | 136 | 52 |
| Binary | 11001111 | 10110110 | 110 | 0 | 1100 | 1100001 | 10011 | 110101 | 1011110 | 101010 |
Color Harmonies of #CFB606
Complementary color
Monochromatic Colors of #CFB606
Black with #CFB606
Text Example
Text Example
White with #CFB606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB606; }
p { color: rgb(207,182,6); }
H1.HeaderClassName
{
color: #CFB606;
}
.AnyTagClassName
{
color: #CFB606;
}
</style>
background-color css
<style>
a { background-color: #CFB606; }
a { background-color: rgb(207,182,6); }
div.DivClassName
{
background-color: #CFB606;
}
.BgClassName
{
background-color: #CFB606;
}
</style>
border-color css
<style>
span { border-color: #CFB606; }
span { border-color: rgb(207,182,6); }
td.TdClassName
{
border-color: #CFB606;
}
.TagClassName
{
border-color: #CFB606;
}
</style>