Shades of Bird Flower #CCB60A
Tints of Bird Flower #CCB60A
RGB
CMYK
RGB Variations
Color information
#CCB60A (or 0xCCB60A) is known color: Bird Flower. HEX triplet: CC, B6 and 0A. RGB value is (204,182,10). Sum of RGB (Red+Green+Blue) = 204+182+10=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB60A is #3349F5. Grayscale: #A9A9A9. Windows color (decimal): -3361270 or 702156. OLE color: 702156.
HSL color Cylindrical-coordinate representation of color #CCB60A: hue angle of 53.2º 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 #CCB60A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.2 |
| HSL | 53.2º | 0.91% | 0.42% | - |
| HSV(B) | 53.2º | 0.95% | 0.8% | - |
| XYZ | 41.68 | 46.32 | 7.03 | - |
| YUV | 168.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 10 | 0 | 0.11 | 0.95 | 0.2 | 53.2 | 0.91 | 0.42 |
| Hex | CC | B6 | A | 0 | B | 5F | 14 | 35 | 5B | 2A |
| Octal | 314 | 266 | 12 | 0 | 13 | 137 | 24 | 65 | 133 | 52 |
| Binary | 11001100 | 10110110 | 1010 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011011 | 101010 |
Color Harmonies of #CCB60A
Complementary color
Monochromatic Colors of #CCB60A
Black with #CCB60A
Text Example
Text Example
White with #CCB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB60A; }
p { color: rgb(204,182,10); }
H1.HeaderClassName
{
color: #CCB60A;
}
.AnyTagClassName
{
color: #CCB60A;
}
</style>
background-color css
<style>
a { background-color: #CCB60A; }
a { background-color: rgb(204,182,10); }
div.DivClassName
{
background-color: #CCB60A;
}
.BgClassName
{
background-color: #CCB60A;
}
</style>
border-color css
<style>
span { border-color: #CCB60A; }
span { border-color: rgb(204,182,10); }
td.TdClassName
{
border-color: #CCB60A;
}
.TagClassName
{
border-color: #CCB60A;
}
</style>