Shades of Bird Flower #CFCD0E
Tints of Bird Flower #CFCD0E
RGB
CMYK
RGB Variations
Color information
#CFCD0E (or 0xCFCD0E) is known color: Bird Flower. HEX triplet: CF, CD and 0E. RGB value is (207,205,14). Sum of RGB (Red+Green+Blue) = 207+205+14=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD0E is #3032F1. Grayscale: #B8B8B8. Windows color (decimal): -3158770 or 970191. OLE color: 970191.
HSL color Cylindrical-coordinate representation of color #CFCD0E: hue angle of 59.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFCD0E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 14 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.19 |
| HSL | 59.38º | 0.87% | 0.43% | - |
| HSV(B) | 59.38º | 0.93% | 0.81% | - |
| XYZ | 47.64 | 56.96 | 8.9 | - |
| YUV | 183.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 14 | 0 | 0.01 | 0.93 | 0.19 | 59.38 | 0.87 | 0.43 |
| Hex | CF | CD | E | 0 | 1 | 5D | 13 | 3B | 57 | 2B |
| Octal | 317 | 315 | 16 | 0 | 1 | 135 | 23 | 73 | 127 | 53 |
| Binary | 11001111 | 11001101 | 1110 | 0 | 1 | 1011101 | 10011 | 111011 | 1010111 | 101011 |
Color Harmonies of #CFCD0E
Complementary color
Monochromatic Colors of #CFCD0E
Black with #CFCD0E
Text Example
Text Example
White with #CFCD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD0E; }
p { color: rgb(207,205,14); }
H1.HeaderClassName
{
color: #CFCD0E;
}
.AnyTagClassName
{
color: #CFCD0E;
}
</style>
background-color css
<style>
a { background-color: #CFCD0E; }
a { background-color: rgb(207,205,14); }
div.DivClassName
{
background-color: #CFCD0E;
}
.BgClassName
{
background-color: #CFCD0E;
}
</style>
border-color css
<style>
span { border-color: #CFCD0E; }
span { border-color: rgb(207,205,14); }
td.TdClassName
{
border-color: #CFCD0E;
}
.TagClassName
{
border-color: #CFCD0E;
}
</style>