Shades of Bird Flower #CFAD02
Tints of Bird Flower #CFAD02
RGB
CMYK
RGB Variations
Color information
#CFAD02 (or 0xCFAD02) is known color: Bird Flower. HEX triplet: CF, AD and 02. RGB value is (207,173,2). Sum of RGB (Red+Green+Blue) = 207+173+2=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD02 is #3052FD. Grayscale: #A4A4A4. Windows color (decimal): -3166974 or 175567. OLE color: 175567.
HSL color Cylindrical-coordinate representation of color #CFAD02: hue angle of 50.05º 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 #CFAD02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.19 |
| HSL | 50.05º | 0.98% | 0.41% | - |
| HSV(B) | 50.05º | 0.99% | 0.81% | - |
| XYZ | 40.69 | 43.16 | 6.24 | - |
| YUV | 163.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 2 | 0 | 0.16 | 0.99 | 0.19 | 50.05 | 0.98 | 0.41 |
| Hex | CF | AD | 2 | 0 | 10 | 63 | 13 | 32 | 62 | 29 |
| Octal | 317 | 255 | 2 | 0 | 20 | 143 | 23 | 62 | 142 | 51 |
| Binary | 11001111 | 10101101 | 10 | 0 | 10000 | 1100011 | 10011 | 110010 | 1100010 | 101001 |
Color Harmonies of #CFAD02
Complementary color
Monochromatic Colors of #CFAD02
Black with #CFAD02
Text Example
Text Example
White with #CFAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD02; }
p { color: rgb(207,173,2); }
H1.HeaderClassName
{
color: #CFAD02;
}
.AnyTagClassName
{
color: #CFAD02;
}
</style>
background-color css
<style>
a { background-color: #CFAD02; }
a { background-color: rgb(207,173,2); }
div.DivClassName
{
background-color: #CFAD02;
}
.BgClassName
{
background-color: #CFAD02;
}
</style>
border-color css
<style>
span { border-color: #CFAD02; }
span { border-color: rgb(207,173,2); }
td.TdClassName
{
border-color: #CFAD02;
}
.TagClassName
{
border-color: #CFAD02;
}
</style>