Shades of Bird Flower #CFB302
Tints of Bird Flower #CFB302
RGB
CMYK
RGB Variations
Color information
#CFB302 (or 0xCFB302) is known color: Bird Flower. HEX triplet: CF, B3 and 02. RGB value is (207,179,2). Sum of RGB (Red+Green+Blue) = 207+179+2=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB302 is #304CFD. Grayscale: #A7A7A7. Windows color (decimal): -3165438 or 177103. OLE color: 177103.
HSL color Cylindrical-coordinate representation of color #CFB302: hue angle of 51.8º 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 #CFB302 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.19 |
| HSL | 51.8º | 0.98% | 0.41% | - |
| HSV(B) | 51.8º | 0.99% | 0.81% | - |
| XYZ | 41.86 | 45.51 | 6.64 | - |
| YUV | 167.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 2 | 0 | 0.14 | 0.99 | 0.19 | 51.8 | 0.98 | 0.41 |
| Hex | CF | B3 | 2 | 0 | E | 63 | 13 | 34 | 62 | 29 |
| Octal | 317 | 263 | 2 | 0 | 16 | 143 | 23 | 64 | 142 | 51 |
| Binary | 11001111 | 10110011 | 10 | 0 | 1110 | 1100011 | 10011 | 110100 | 1100010 | 101001 |
Color Harmonies of #CFB302
Complementary color
Monochromatic Colors of #CFB302
Black with #CFB302
Text Example
Text Example
White with #CFB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB302; }
p { color: rgb(207,179,2); }
H1.HeaderClassName
{
color: #CFB302;
}
.AnyTagClassName
{
color: #CFB302;
}
</style>
background-color css
<style>
a { background-color: #CFB302; }
a { background-color: rgb(207,179,2); }
div.DivClassName
{
background-color: #CFB302;
}
.BgClassName
{
background-color: #CFB302;
}
</style>
border-color css
<style>
span { border-color: #CFB302; }
span { border-color: rgb(207,179,2); }
td.TdClassName
{
border-color: #CFB302;
}
.TagClassName
{
border-color: #CFB302;
}
</style>