Shades of Bird Flower #CFAF0B
Tints of Bird Flower #CFAF0B
RGB
CMYK
RGB Variations
Color information
#CFAF0B (or 0xCFAF0B) is known color: Bird Flower. HEX triplet: CF, AF and 0B. RGB value is (207,175,11). Sum of RGB (Red+Green+Blue) = 207+175+11=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF0B is #3050F4. Grayscale: #A6A6A6. Windows color (decimal): -3166453 or 765903. OLE color: 765903.
HSL color Cylindrical-coordinate representation of color #CFAF0B: hue angle of 50.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFAF0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.19 |
| HSL | 50.2º | 0.9% | 0.43% | - |
| HSV(B) | 50.2º | 0.95% | 0.81% | - |
| XYZ | 41.12 | 43.95 | 6.63 | - |
| YUV | 165.87 | 40.6 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 11 | 0 | 0.15 | 0.95 | 0.19 | 50.2 | 0.9 | 0.43 |
| Hex | CF | AF | B | 0 | F | 5F | 13 | 32 | 5A | 2B |
| Octal | 317 | 257 | 13 | 0 | 17 | 137 | 23 | 62 | 132 | 53 |
| Binary | 11001111 | 10101111 | 1011 | 0 | 1111 | 1011111 | 10011 | 110010 | 1011010 | 101011 |
Color Harmonies of #CFAF0B
Complementary color
Monochromatic Colors of #CFAF0B
Black with #CFAF0B
Text Example
Text Example
White with #CFAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF0B; }
p { color: rgb(207,175,11); }
H1.HeaderClassName
{
color: #CFAF0B;
}
.AnyTagClassName
{
color: #CFAF0B;
}
</style>
background-color css
<style>
a { background-color: #CFAF0B; }
a { background-color: rgb(207,175,11); }
div.DivClassName
{
background-color: #CFAF0B;
}
.BgClassName
{
background-color: #CFAF0B;
}
</style>
border-color css
<style>
span { border-color: #CFAF0B; }
span { border-color: rgb(207,175,11); }
td.TdClassName
{
border-color: #CFAF0B;
}
.TagClassName
{
border-color: #CFAF0B;
}
</style>