Shades of Bird Flower #CCB624
Tints of Bird Flower #CCB624
RGB
CMYK
RGB Variations
Color information
#CCB624 (or 0xCCB624) is known color: Bird Flower. HEX triplet: CC, B6 and 24. RGB value is (204,182,36). Sum of RGB (Red+Green+Blue) = 204+182+36=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB624 is #3349DB. Grayscale: #ACACAC. Windows color (decimal): -3361244 or 2406092. OLE color: 2406092.
HSL color Cylindrical-coordinate representation of color #CCB624: hue angle of 52.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCB624 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 36 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.2 |
| HSL | 52.14º | 0.7% | 0.47% | - |
| HSV(B) | 52.14º | 0.82% | 0.8% | - |
| XYZ | 41.95 | 46.42 | 8.42 | - |
| YUV | 171.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 36 | 0 | 0.11 | 0.82 | 0.2 | 52.14 | 0.7 | 0.47 |
| Hex | CC | B6 | 24 | 0 | B | 52 | 14 | 34 | 46 | 2F |
| Octal | 314 | 266 | 44 | 0 | 13 | 122 | 24 | 64 | 106 | 57 |
| Binary | 11001100 | 10110110 | 100100 | 0 | 1011 | 1010010 | 10100 | 110100 | 1000110 | 101111 |
Color Harmonies of #CCB624
Complementary color
Monochromatic Colors of #CCB624
Black with #CCB624
Text Example
Text Example
White with #CCB624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB624; }
p { color: rgb(204,182,36); }
H1.HeaderClassName
{
color: #CCB624;
}
.AnyTagClassName
{
color: #CCB624;
}
</style>
background-color css
<style>
a { background-color: #CCB624; }
a { background-color: rgb(204,182,36); }
div.DivClassName
{
background-color: #CCB624;
}
.BgClassName
{
background-color: #CCB624;
}
</style>
border-color css
<style>
span { border-color: #CCB624; }
span { border-color: rgb(204,182,36); }
td.TdClassName
{
border-color: #CCB624;
}
.TagClassName
{
border-color: #CCB624;
}
</style>