Shades of Bird Flower #CCB405
Tints of Bird Flower #CCB405
RGB
CMYK
RGB Variations
Color information
#CCB405 (or 0xCCB405) is known color: Bird Flower. HEX triplet: CC, B4 and 05. RGB value is (204,180,5). Sum of RGB (Red+Green+Blue) = 204+180+5=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB405 is #334BFA. Grayscale: #A7A7A7. Windows color (decimal): -3361787 or 373964. OLE color: 373964.
HSL color Cylindrical-coordinate representation of color #CCB405: hue angle of 52.76º 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 #CCB405 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.2 |
| HSL | 52.76º | 0.95% | 0.41% | - |
| HSV(B) | 52.76º | 0.98% | 0.8% | - |
| XYZ | 41.25 | 45.49 | 6.75 | - |
| YUV | 167.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 5 | 0 | 0.12 | 0.98 | 0.2 | 52.76 | 0.95 | 0.41 |
| Hex | CC | B4 | 5 | 0 | C | 62 | 14 | 35 | 5F | 29 |
| Octal | 314 | 264 | 5 | 0 | 14 | 142 | 24 | 65 | 137 | 51 |
| Binary | 11001100 | 10110100 | 101 | 0 | 1100 | 1100010 | 10100 | 110101 | 1011111 | 101001 |
Color Harmonies of #CCB405
Complementary color
Monochromatic Colors of #CCB405
Black with #CCB405
Text Example
Text Example
White with #CCB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB405; }
p { color: rgb(204,180,5); }
H1.HeaderClassName
{
color: #CCB405;
}
.AnyTagClassName
{
color: #CCB405;
}
</style>
background-color css
<style>
a { background-color: #CCB405; }
a { background-color: rgb(204,180,5); }
div.DivClassName
{
background-color: #CCB405;
}
.BgClassName
{
background-color: #CCB405;
}
</style>
border-color css
<style>
span { border-color: #CCB405; }
span { border-color: rgb(204,180,5); }
td.TdClassName
{
border-color: #CCB405;
}
.TagClassName
{
border-color: #CCB405;
}
</style>