Shades of Bird Flower #CFC317
Tints of Bird Flower #CFC317
RGB
CMYK
RGB Variations
Color information
#CFC317 (or 0xCFC317) is known color: Bird Flower. HEX triplet: CF, C3 and 17. RGB value is (207,195,23). Sum of RGB (Red+Green+Blue) = 207+195+23=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC317 is #303CE8. Grayscale: #B3B3B3. Windows color (decimal): -3161321 or 1557455. OLE color: 1557455.
HSL color Cylindrical-coordinate representation of color #CFC317: hue angle of 56.09º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFC317 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 23 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.19 |
| HSL | 56.09º | 0.8% | 0.45% | - |
| HSV(B) | 56.09º | 0.89% | 0.81% | - |
| XYZ | 45.4 | 52.36 | 8.52 | - |
| YUV | 178.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 23 | 0 | 0.06 | 0.89 | 0.19 | 56.09 | 0.8 | 0.45 |
| Hex | CF | C3 | 17 | 0 | 6 | 59 | 13 | 38 | 50 | 2D |
| Octal | 317 | 303 | 27 | 0 | 6 | 131 | 23 | 70 | 120 | 55 |
| Binary | 11001111 | 11000011 | 10111 | 0 | 110 | 1011001 | 10011 | 111000 | 1010000 | 101101 |
Color Harmonies of #CFC317
Complementary color
Monochromatic Colors of #CFC317
Black with #CFC317
Text Example
Text Example
White with #CFC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC317; }
p { color: rgb(207,195,23); }
H1.HeaderClassName
{
color: #CFC317;
}
.AnyTagClassName
{
color: #CFC317;
}
</style>
background-color css
<style>
a { background-color: #CFC317; }
a { background-color: rgb(207,195,23); }
div.DivClassName
{
background-color: #CFC317;
}
.BgClassName
{
background-color: #CFC317;
}
</style>
border-color css
<style>
span { border-color: #CFC317; }
span { border-color: rgb(207,195,23); }
td.TdClassName
{
border-color: #CFC317;
}
.TagClassName
{
border-color: #CFC317;
}
</style>