Shades of Bird Flower #CFC402
Tints of Bird Flower #CFC402
RGB
CMYK
RGB Variations
Color information
#CFC402 (or 0xCFC402) is known color: Bird Flower. HEX triplet: CF, C4 and 02. RGB value is (207,196,2). Sum of RGB (Red+Green+Blue) = 207+196+2=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC402 is #303BFD. Grayscale: #B1B1B1. Windows color (decimal): -3161086 or 181455. OLE color: 181455.
HSL color Cylindrical-coordinate representation of color #CFC402: hue angle of 56.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFC402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.19 |
| HSL | 56.78º | 0.98% | 0.41% | - |
| HSV(B) | 56.78º | 0.99% | 0.81% | - |
| XYZ | 45.48 | 52.75 | 7.84 | - |
| YUV | 177.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 2 | 0 | 0.05 | 0.99 | 0.19 | 56.78 | 0.98 | 0.41 |
| Hex | CF | C4 | 2 | 0 | 5 | 63 | 13 | 39 | 62 | 29 |
| Octal | 317 | 304 | 2 | 0 | 5 | 143 | 23 | 71 | 142 | 51 |
| Binary | 11001111 | 11000100 | 10 | 0 | 101 | 1100011 | 10011 | 111001 | 1100010 | 101001 |
Color Harmonies of #CFC402
Complementary color
Monochromatic Colors of #CFC402
Black with #CFC402
Text Example
Text Example
White with #CFC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC402; }
p { color: rgb(207,196,2); }
H1.HeaderClassName
{
color: #CFC402;
}
.AnyTagClassName
{
color: #CFC402;
}
</style>
background-color css
<style>
a { background-color: #CFC402; }
a { background-color: rgb(207,196,2); }
div.DivClassName
{
background-color: #CFC402;
}
.BgClassName
{
background-color: #CFC402;
}
</style>
border-color css
<style>
span { border-color: #CFC402; }
span { border-color: rgb(207,196,2); }
td.TdClassName
{
border-color: #CFC402;
}
.TagClassName
{
border-color: #CFC402;
}
</style>