Shades of Bird Flower #CFAB02
Tints of Bird Flower #CFAB02
RGB
CMYK
RGB Variations
Color information
#CFAB02 (or 0xCFAB02) is known color: Bird Flower. HEX triplet: CF, AB and 02. RGB value is (207,171,2). Sum of RGB (Red+Green+Blue) = 207+171+2=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB02 is #3054FD. Grayscale: #A3A3A3. Windows color (decimal): -3167486 or 175055. OLE color: 175055.
HSL color Cylindrical-coordinate representation of color #CFAB02: hue angle of 49.46º 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 #CFAB02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.19 |
| HSL | 49.46º | 0.98% | 0.41% | - |
| HSV(B) | 49.46º | 0.99% | 0.81% | - |
| XYZ | 40.31 | 42.4 | 6.12 | - |
| YUV | 162.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 2 | 0 | 0.17 | 0.99 | 0.19 | 49.46 | 0.98 | 0.41 |
| Hex | CF | AB | 2 | 0 | 11 | 63 | 13 | 31 | 62 | 29 |
| Octal | 317 | 253 | 2 | 0 | 21 | 143 | 23 | 61 | 142 | 51 |
| Binary | 11001111 | 10101011 | 10 | 0 | 10001 | 1100011 | 10011 | 110001 | 1100010 | 101001 |
Color Harmonies of #CFAB02
Complementary color
Monochromatic Colors of #CFAB02
Black with #CFAB02
Text Example
Text Example
White with #CFAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB02; }
p { color: rgb(207,171,2); }
H1.HeaderClassName
{
color: #CFAB02;
}
.AnyTagClassName
{
color: #CFAB02;
}
</style>
background-color css
<style>
a { background-color: #CFAB02; }
a { background-color: rgb(207,171,2); }
div.DivClassName
{
background-color: #CFAB02;
}
.BgClassName
{
background-color: #CFAB02;
}
</style>
border-color css
<style>
span { border-color: #CFAB02; }
span { border-color: rgb(207,171,2); }
td.TdClassName
{
border-color: #CFAB02;
}
.TagClassName
{
border-color: #CFAB02;
}
</style>