Shades of Bird Flower #CFD508
Tints of Bird Flower #CFD508
RGB
CMYK
RGB Variations
Color information
#CFD508 (or 0xCFD508) is known color: Bird Flower. HEX triplet: CF, D5 and 08. RGB value is (207,213,8). Sum of RGB (Red+Green+Blue) = 207+213+8=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD508 is #302AF7. Grayscale: #BCBCBC. Windows color (decimal): -3156728 or 579023. OLE color: 579023.
HSL color Cylindrical-coordinate representation of color #CFD508: hue angle of 61.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFD508 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.16 |
| HSL | 61.76º | 0.93% | 0.43% | - |
| HSV(B) | 61.76º | 0.96% | 0.84% | - |
| XYZ | 49.57 | 60.87 | 9.37 | - |
| YUV | 187.84 | 26.51 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 8 | 0.03 | 0 | 0.96 | 0.16 | 61.76 | 0.93 | 0.43 |
| Hex | CF | D5 | 8 | 3 | 0 | 60 | 10 | 3E | 5D | 2B |
| Octal | 317 | 325 | 10 | 3 | 0 | 140 | 20 | 76 | 135 | 53 |
| Binary | 11001111 | 11010101 | 1000 | 11 | 0 | 1100000 | 10000 | 111110 | 1011101 | 101011 |
Color Harmonies of #CFD508
Complementary color
Monochromatic Colors of #CFD508
Black with #CFD508
Text Example
Text Example
White with #CFD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD508; }
p { color: rgb(207,213,8); }
H1.HeaderClassName
{
color: #CFD508;
}
.AnyTagClassName
{
color: #CFD508;
}
</style>
background-color css
<style>
a { background-color: #CFD508; }
a { background-color: rgb(207,213,8); }
div.DivClassName
{
background-color: #CFD508;
}
.BgClassName
{
background-color: #CFD508;
}
</style>
border-color css
<style>
span { border-color: #CFD508; }
span { border-color: rgb(207,213,8); }
td.TdClassName
{
border-color: #CFD508;
}
.TagClassName
{
border-color: #CFD508;
}
</style>