Shades of Bird Flower #CFAF02
Tints of Bird Flower #CFAF02
RGB
CMYK
RGB Variations
Color information
#CFAF02 (or 0xCFAF02) is known color: Bird Flower. HEX triplet: CF, AF and 02. RGB value is (207,175,2). Sum of RGB (Red+Green+Blue) = 207+175+2=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF02 is #3050FD. Grayscale: #A5A5A5. Windows color (decimal): -3166462 or 176079. OLE color: 176079.
HSL color Cylindrical-coordinate representation of color #CFAF02: hue angle of 50.63º degrees, saturation: 0.98, 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 #CFAF02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.19 |
| HSL | 50.63º | 0.98% | 0.41% | - |
| HSV(B) | 50.63º | 0.99% | 0.81% | - |
| XYZ | 41.07 | 43.93 | 6.37 | - |
| YUV | 164.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 2 | 0 | 0.15 | 0.99 | 0.19 | 50.63 | 0.98 | 0.41 |
| Hex | CF | AF | 2 | 0 | F | 63 | 13 | 33 | 62 | 29 |
| Octal | 317 | 257 | 2 | 0 | 17 | 143 | 23 | 63 | 142 | 51 |
| Binary | 11001111 | 10101111 | 10 | 0 | 1111 | 1100011 | 10011 | 110011 | 1100010 | 101001 |
Color Harmonies of #CFAF02
Complementary color
Monochromatic Colors of #CFAF02
Black with #CFAF02
Text Example
Text Example
White with #CFAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF02; }
p { color: rgb(207,175,2); }
H1.HeaderClassName
{
color: #CFAF02;
}
.AnyTagClassName
{
color: #CFAF02;
}
</style>
background-color css
<style>
a { background-color: #CFAF02; }
a { background-color: rgb(207,175,2); }
div.DivClassName
{
background-color: #CFAF02;
}
.BgClassName
{
background-color: #CFAF02;
}
</style>
border-color css
<style>
span { border-color: #CFAF02; }
span { border-color: rgb(207,175,2); }
td.TdClassName
{
border-color: #CFAF02;
}
.TagClassName
{
border-color: #CFAF02;
}
</style>