Shades of Bird Flower #CCB612
Tints of Bird Flower #CCB612
RGB
CMYK
RGB Variations
Color information
#CCB612 (or 0xCCB612) is known color: Bird Flower. HEX triplet: CC, B6 and 12. RGB value is (204,182,18). Sum of RGB (Red+Green+Blue) = 204+182+18=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB612 is #3349ED. Grayscale: #AAAAAA. Windows color (decimal): -3361262 or 1226444. OLE color: 1226444.
HSL color Cylindrical-coordinate representation of color #CCB612: hue angle of 52.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB612 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.2 |
| HSL | 52.9º | 0.84% | 0.44% | - |
| HSV(B) | 52.9º | 0.91% | 0.8% | - |
| XYZ | 41.74 | 46.34 | 7.32 | - |
| YUV | 169.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 18 | 0 | 0.11 | 0.91 | 0.2 | 52.9 | 0.84 | 0.44 |
| Hex | CC | B6 | 12 | 0 | B | 5B | 14 | 35 | 54 | 2C |
| Octal | 314 | 266 | 22 | 0 | 13 | 133 | 24 | 65 | 124 | 54 |
| Binary | 11001100 | 10110110 | 10010 | 0 | 1011 | 1011011 | 10100 | 110101 | 1010100 | 101100 |
Color Harmonies of #CCB612
Complementary color
Monochromatic Colors of #CCB612
Black with #CCB612
Text Example
Text Example
White with #CCB612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB612; }
p { color: rgb(204,182,18); }
H1.HeaderClassName
{
color: #CCB612;
}
.AnyTagClassName
{
color: #CCB612;
}
</style>
background-color css
<style>
a { background-color: #CCB612; }
a { background-color: rgb(204,182,18); }
div.DivClassName
{
background-color: #CCB612;
}
.BgClassName
{
background-color: #CCB612;
}
</style>
border-color css
<style>
span { border-color: #CCB612; }
span { border-color: rgb(204,182,18); }
td.TdClassName
{
border-color: #CCB612;
}
.TagClassName
{
border-color: #CCB612;
}
</style>