Shades of Bird Flower #CFC703
Tints of Bird Flower #CFC703
RGB
CMYK
RGB Variations
Color information
#CFC703 (or 0xCFC703) is known color: Bird Flower. HEX triplet: CF, C7 and 03. RGB value is (207,199,3). Sum of RGB (Red+Green+Blue) = 207+199+3=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC703 is #3038FC. Grayscale: #B3B3B3. Windows color (decimal): -3160317 or 247759. OLE color: 247759.
HSL color Cylindrical-coordinate representation of color #CFC703: hue angle of 57.65º degrees, saturation: 0.97, 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 #CFC703 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.19 |
| HSL | 57.65º | 0.97% | 0.41% | - |
| HSV(B) | 57.65º | 0.99% | 0.81% | - |
| XYZ | 46.17 | 54.12 | 8.1 | - |
| YUV | 179.05 | 28.65 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 3 | 0 | 0.04 | 0.99 | 0.19 | 57.65 | 0.97 | 0.41 |
| Hex | CF | C7 | 3 | 0 | 4 | 63 | 13 | 3A | 61 | 29 |
| Octal | 317 | 307 | 3 | 0 | 4 | 143 | 23 | 72 | 141 | 51 |
| Binary | 11001111 | 11000111 | 11 | 0 | 100 | 1100011 | 10011 | 111010 | 1100001 | 101001 |
Color Harmonies of #CFC703
Complementary color
Monochromatic Colors of #CFC703
Black with #CFC703
Text Example
Text Example
White with #CFC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC703; }
p { color: rgb(207,199,3); }
H1.HeaderClassName
{
color: #CFC703;
}
.AnyTagClassName
{
color: #CFC703;
}
</style>
background-color css
<style>
a { background-color: #CFC703; }
a { background-color: rgb(207,199,3); }
div.DivClassName
{
background-color: #CFC703;
}
.BgClassName
{
background-color: #CFC703;
}
</style>
border-color css
<style>
span { border-color: #CFC703; }
span { border-color: rgb(207,199,3); }
td.TdClassName
{
border-color: #CFC703;
}
.TagClassName
{
border-color: #CFC703;
}
</style>