Shades of Bird Flower #CFB002
Tints of Bird Flower #CFB002
RGB
CMYK
RGB Variations
Color information
#CFB002 (or 0xCFB002) is known color: Bird Flower. HEX triplet: CF, B0 and 02. RGB value is (207,176,2). Sum of RGB (Red+Green+Blue) = 207+176+2=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB002 is #304FFD. Grayscale: #A6A6A6. Windows color (decimal): -3166206 or 176335. OLE color: 176335.
HSL color Cylindrical-coordinate representation of color #CFB002: hue angle of 50.93º 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 #CFB002 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.19 |
| HSL | 50.93º | 0.98% | 0.41% | - |
| HSV(B) | 50.93º | 0.99% | 0.81% | - |
| XYZ | 41.27 | 44.32 | 6.44 | - |
| YUV | 165.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 2 | 0 | 0.15 | 0.99 | 0.19 | 50.93 | 0.98 | 0.41 |
| Hex | CF | B0 | 2 | 0 | F | 63 | 13 | 33 | 62 | 29 |
| Octal | 317 | 260 | 2 | 0 | 17 | 143 | 23 | 63 | 142 | 51 |
| Binary | 11001111 | 10110000 | 10 | 0 | 1111 | 1100011 | 10011 | 110011 | 1100010 | 101001 |
Color Harmonies of #CFB002
Complementary color
Monochromatic Colors of #CFB002
Black with #CFB002
Text Example
Text Example
White with #CFB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB002; }
p { color: rgb(207,176,2); }
H1.HeaderClassName
{
color: #CFB002;
}
.AnyTagClassName
{
color: #CFB002;
}
</style>
background-color css
<style>
a { background-color: #CFB002; }
a { background-color: rgb(207,176,2); }
div.DivClassName
{
background-color: #CFB002;
}
.BgClassName
{
background-color: #CFB002;
}
</style>
border-color css
<style>
span { border-color: #CFB002; }
span { border-color: rgb(207,176,2); }
td.TdClassName
{
border-color: #CFB002;
}
.TagClassName
{
border-color: #CFB002;
}
</style>