Shades of Bird Flower #CCB40A
Tints of Bird Flower #CCB40A
RGB
CMYK
RGB Variations
Color information
#CCB40A (or 0xCCB40A) is known color: Bird Flower. HEX triplet: CC, B4 and 0A. RGB value is (204,180,10). Sum of RGB (Red+Green+Blue) = 204+180+10=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB40A is #334BF5. Grayscale: #A8A8A8. Windows color (decimal): -3361782 or 701644. OLE color: 701644.
HSL color Cylindrical-coordinate representation of color #CCB40A: hue angle of 52.58º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCB40A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.2 |
| HSL | 52.58º | 0.91% | 0.42% | - |
| HSV(B) | 52.58º | 0.95% | 0.8% | - |
| XYZ | 41.28 | 45.5 | 6.89 | - |
| YUV | 167.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 10 | 0 | 0.12 | 0.95 | 0.2 | 52.58 | 0.91 | 0.42 |
| Hex | CC | B4 | A | 0 | C | 5F | 14 | 35 | 5B | 2A |
| Octal | 314 | 264 | 12 | 0 | 14 | 137 | 24 | 65 | 133 | 52 |
| Binary | 11001100 | 10110100 | 1010 | 0 | 1100 | 1011111 | 10100 | 110101 | 1011011 | 101010 |
Color Harmonies of #CCB40A
Complementary color
Monochromatic Colors of #CCB40A
Black with #CCB40A
Text Example
Text Example
White with #CCB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB40A; }
p { color: rgb(204,180,10); }
H1.HeaderClassName
{
color: #CCB40A;
}
.AnyTagClassName
{
color: #CCB40A;
}
</style>
background-color css
<style>
a { background-color: #CCB40A; }
a { background-color: rgb(204,180,10); }
div.DivClassName
{
background-color: #CCB40A;
}
.BgClassName
{
background-color: #CCB40A;
}
</style>
border-color css
<style>
span { border-color: #CCB40A; }
span { border-color: rgb(204,180,10); }
td.TdClassName
{
border-color: #CCB40A;
}
.TagClassName
{
border-color: #CCB40A;
}
</style>