Shades of Bird Flower #CCB512
Tints of Bird Flower #CCB512
RGB
CMYK
RGB Variations
Color information
#CCB512 (or 0xCCB512) is known color: Bird Flower. HEX triplet: CC, B5 and 12. RGB value is (204,181,18). Sum of RGB (Red+Green+Blue) = 204+181+18=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB512 is #334AED. Grayscale: #A9A9A9. Windows color (decimal): -3361518 or 1226188. OLE color: 1226188.
HSL color Cylindrical-coordinate representation of color #CCB512: hue angle of 52.58º 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 #CCB512 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.2 |
| HSL | 52.58º | 0.84% | 0.44% | - |
| HSV(B) | 52.58º | 0.91% | 0.8% | - |
| XYZ | 41.53 | 45.93 | 7.25 | - |
| YUV | 169.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 18 | 0 | 0.11 | 0.91 | 0.2 | 52.58 | 0.84 | 0.44 |
| Hex | CC | B5 | 12 | 0 | B | 5B | 14 | 35 | 54 | 2C |
| Octal | 314 | 265 | 22 | 0 | 13 | 133 | 24 | 65 | 124 | 54 |
| Binary | 11001100 | 10110101 | 10010 | 0 | 1011 | 1011011 | 10100 | 110101 | 1010100 | 101100 |
Color Harmonies of #CCB512
Complementary color
Monochromatic Colors of #CCB512
Black with #CCB512
Text Example
Text Example
White with #CCB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB512; }
p { color: rgb(204,181,18); }
H1.HeaderClassName
{
color: #CCB512;
}
.AnyTagClassName
{
color: #CCB512;
}
</style>
background-color css
<style>
a { background-color: #CCB512; }
a { background-color: rgb(204,181,18); }
div.DivClassName
{
background-color: #CCB512;
}
.BgClassName
{
background-color: #CCB512;
}
</style>
border-color css
<style>
span { border-color: #CCB512; }
span { border-color: rgb(204,181,18); }
td.TdClassName
{
border-color: #CCB512;
}
.TagClassName
{
border-color: #CCB512;
}
</style>