Shades of Bird Flower #CCB904
Tints of Bird Flower #CCB904
RGB
CMYK
RGB Variations
Color information
#CCB904 (or 0xCCB904) is known color: Bird Flower. HEX triplet: CC, B9 and 04. RGB value is (204,185,4). Sum of RGB (Red+Green+Blue) = 204+185+4=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB904 is #3346FB. Grayscale: #AAAAAA. Windows color (decimal): -3360508 or 309708. OLE color: 309708.
HSL color Cylindrical-coordinate representation of color #CCB904: hue angle of 54.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCB904 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.2 |
| HSL | 54.3º | 0.96% | 0.41% | - |
| HSV(B) | 54.3º | 0.98% | 0.8% | - |
| XYZ | 42.27 | 47.54 | 7.06 | - |
| YUV | 170.05 | 34.29 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 4 | 0 | 0.09 | 0.98 | 0.2 | 54.3 | 0.96 | 0.41 |
| Hex | CC | B9 | 4 | 0 | 9 | 62 | 14 | 36 | 60 | 29 |
| Octal | 314 | 271 | 4 | 0 | 11 | 142 | 24 | 66 | 140 | 51 |
| Binary | 11001100 | 10111001 | 100 | 0 | 1001 | 1100010 | 10100 | 110110 | 1100000 | 101001 |
Color Harmonies of #CCB904
Complementary color
Monochromatic Colors of #CCB904
Black with #CCB904
Text Example
Text Example
White with #CCB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB904; }
p { color: rgb(204,185,4); }
H1.HeaderClassName
{
color: #CCB904;
}
.AnyTagClassName
{
color: #CCB904;
}
</style>
background-color css
<style>
a { background-color: #CCB904; }
a { background-color: rgb(204,185,4); }
div.DivClassName
{
background-color: #CCB904;
}
.BgClassName
{
background-color: #CCB904;
}
</style>
border-color css
<style>
span { border-color: #CCB904; }
span { border-color: rgb(204,185,4); }
td.TdClassName
{
border-color: #CCB904;
}
.TagClassName
{
border-color: #CCB904;
}
</style>