Shades of Bird Flower #CCB622
Tints of Bird Flower #CCB622
RGB
CMYK
RGB Variations
Color information
#CCB622 (or 0xCCB622) is known color: Bird Flower. HEX triplet: CC, B6 and 22. RGB value is (204,182,34). Sum of RGB (Red+Green+Blue) = 204+182+34=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB622 is #3349DD. Grayscale: #ACACAC. Windows color (decimal): -3361246 or 2275020. OLE color: 2275020.
HSL color Cylindrical-coordinate representation of color #CCB622: hue angle of 52.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB622 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 34 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.2 |
| HSL | 52.24º | 0.71% | 0.47% | - |
| HSV(B) | 52.24º | 0.83% | 0.8% | - |
| XYZ | 41.92 | 46.41 | 8.26 | - |
| YUV | 171.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 34 | 0 | 0.11 | 0.83 | 0.2 | 52.24 | 0.71 | 0.47 |
| Hex | CC | B6 | 22 | 0 | B | 53 | 14 | 34 | 47 | 2F |
| Octal | 314 | 266 | 42 | 0 | 13 | 123 | 24 | 64 | 107 | 57 |
| Binary | 11001100 | 10110110 | 100010 | 0 | 1011 | 1010011 | 10100 | 110100 | 1000111 | 101111 |
Color Harmonies of #CCB622
Complementary color
Monochromatic Colors of #CCB622
Black with #CCB622
Text Example
Text Example
White with #CCB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB622; }
p { color: rgb(204,182,34); }
H1.HeaderClassName
{
color: #CCB622;
}
.AnyTagClassName
{
color: #CCB622;
}
</style>
background-color css
<style>
a { background-color: #CCB622; }
a { background-color: rgb(204,182,34); }
div.DivClassName
{
background-color: #CCB622;
}
.BgClassName
{
background-color: #CCB622;
}
</style>
border-color css
<style>
span { border-color: #CCB622; }
span { border-color: rgb(204,182,34); }
td.TdClassName
{
border-color: #CCB622;
}
.TagClassName
{
border-color: #CCB622;
}
</style>