Shades of Bird Flower #CCB905
Tints of Bird Flower #CCB905
RGB
CMYK
RGB Variations
Color information
#CCB905 (or 0xCCB905) is known color: Bird Flower. HEX triplet: CC, B9 and 05. RGB value is (204,185,5). Sum of RGB (Red+Green+Blue) = 204+185+5=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB905 is #3346FA. Grayscale: #AAAAAA. Windows color (decimal): -3360507 or 375244. OLE color: 375244.
HSL color Cylindrical-coordinate representation of color #CCB905: hue angle of 54.27º degrees, saturation: 0.95, 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 #CCB905 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.2 |
| HSL | 54.27º | 0.95% | 0.41% | - |
| HSV(B) | 54.27º | 0.98% | 0.8% | - |
| XYZ | 42.28 | 47.55 | 7.09 | - |
| YUV | 170.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 5 | 0 | 0.09 | 0.98 | 0.2 | 54.27 | 0.95 | 0.41 |
| Hex | CC | B9 | 5 | 0 | 9 | 62 | 14 | 36 | 5F | 29 |
| Octal | 314 | 271 | 5 | 0 | 11 | 142 | 24 | 66 | 137 | 51 |
| Binary | 11001100 | 10111001 | 101 | 0 | 1001 | 1100010 | 10100 | 110110 | 1011111 | 101001 |
Color Harmonies of #CCB905
Complementary color
Monochromatic Colors of #CCB905
Black with #CCB905
Text Example
Text Example
White with #CCB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB905; }
p { color: rgb(204,185,5); }
H1.HeaderClassName
{
color: #CCB905;
}
.AnyTagClassName
{
color: #CCB905;
}
</style>
background-color css
<style>
a { background-color: #CCB905; }
a { background-color: rgb(204,185,5); }
div.DivClassName
{
background-color: #CCB905;
}
.BgClassName
{
background-color: #CCB905;
}
</style>
border-color css
<style>
span { border-color: #CCB905; }
span { border-color: rgb(204,185,5); }
td.TdClassName
{
border-color: #CCB905;
}
.TagClassName
{
border-color: #CCB905;
}
</style>