Shades of Bird Flower #CFCE08
Tints of Bird Flower #CFCE08
RGB
CMYK
RGB Variations
Color information
#CFCE08 (or 0xCFCE08) is known color: Bird Flower. HEX triplet: CF, CE and 08. RGB value is (207,206,8). Sum of RGB (Red+Green+Blue) = 207+206+8=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE08 is #3031F7. Grayscale: #B8B8B8. Windows color (decimal): -3158520 or 577231. OLE color: 577231.
HSL color Cylindrical-coordinate representation of color #CFCE08: hue angle of 59.7º 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 #CFCE08 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 8 | - |
CMYK | 0 | 0.00 | 0.96 | 0.19 |
HSL | 59.7º | 0.93% | 0.42% | - |
HSV(B) | 59.7º | 0.96% | 0.81% | - |
XYZ | 47.85 | 57.43 | 8.79 | - |
YUV | 183.73 | 28.83 | 144.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 8 | 0 | 0.00 | 0.96 | 0.19 | 59.7 | 0.93 | 0.42 |
Hex | CF | CE | 8 | 0 | 0 | 60 | 13 | 3C | 5D | 2A |
Octal | 317 | 316 | 10 | 0 | 0 | 140 | 23 | 74 | 135 | 52 |
Binary | 11001111 | 11001110 | 1000 | 0 | 0 | 1100000 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CFCE08
Complementary color
Monochromatic Colors of #CFCE08
Black with #CFCE08
Text Example
Text Example
White with #CFCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE08; }
p { color: rgb(207,206,8); }
H1.HeaderClassName
{
color: #CFCE08;
}
.AnyTagClassName
{
color: #CFCE08;
}
</style>
background-color css
<style>
a { background-color: #CFCE08; }
a { background-color: rgb(207,206,8); }
div.DivClassName
{
background-color: #CFCE08;
}
.BgClassName
{
background-color: #CFCE08;
}
</style>
border-color css
<style>
span { border-color: #CFCE08; }
span { border-color: rgb(207,206,8); }
td.TdClassName
{
border-color: #CFCE08;
}
.TagClassName
{
border-color: #CFCE08;
}
</style>