Shades of Bird Flower #CCB61A
Tints of Bird Flower #CCB61A
RGB
CMYK
RGB Variations
Color information
#CCB61A (or 0xCCB61A) is known color: Bird Flower. HEX triplet: CC, B6 and 1A. RGB value is (204,182,26). Sum of RGB (Red+Green+Blue) = 204+182+26=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61A is #3349E5. Grayscale: #ABABAB. Windows color (decimal): -3361254 or 1750732. OLE color: 1750732.
HSL color Cylindrical-coordinate representation of color #CCB61A: hue angle of 52.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCB61A is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 26 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.2 |
| HSL | 52.58º | 0.77% | 0.45% | - |
| HSV(B) | 52.58º | 0.87% | 0.8% | - |
| XYZ | 41.82 | 46.37 | 7.72 | - |
| YUV | 170.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 26 | 0 | 0.11 | 0.87 | 0.2 | 52.58 | 0.77 | 0.45 |
| Hex | CC | B6 | 1A | 0 | B | 57 | 14 | 35 | 4D | 2D |
| Octal | 314 | 266 | 32 | 0 | 13 | 127 | 24 | 65 | 115 | 55 |
| Binary | 11001100 | 10110110 | 11010 | 0 | 1011 | 1010111 | 10100 | 110101 | 1001101 | 101101 |
Color Harmonies of #CCB61A
Complementary color
Monochromatic Colors of #CCB61A
Black with #CCB61A
Text Example
Text Example
White with #CCB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB61A; }
p { color: rgb(204,182,26); }
H1.HeaderClassName
{
color: #CCB61A;
}
.AnyTagClassName
{
color: #CCB61A;
}
</style>
background-color css
<style>
a { background-color: #CCB61A; }
a { background-color: rgb(204,182,26); }
div.DivClassName
{
background-color: #CCB61A;
}
.BgClassName
{
background-color: #CCB61A;
}
</style>
border-color css
<style>
span { border-color: #CCB61A; }
span { border-color: rgb(204,182,26); }
td.TdClassName
{
border-color: #CCB61A;
}
.TagClassName
{
border-color: #CCB61A;
}
</style>