Shades of Bird Flower #CCB525
Tints of Bird Flower #CCB525
RGB
CMYK
RGB Variations
Color information
#CCB525 (or 0xCCB525) is known color: Bird Flower. HEX triplet: CC, B5 and 25. RGB value is (204,181,37). Sum of RGB (Red+Green+Blue) = 204+181+37=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB525 is #334ADA. Grayscale: #ACACAC. Windows color (decimal): -3361499 or 2471372. OLE color: 2471372.
HSL color Cylindrical-coordinate representation of color #CCB525: hue angle of 51.74º degrees, saturation: 0.69, 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 #CCB525 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 37 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.2 |
| HSL | 51.74º | 0.69% | 0.47% | - |
| HSV(B) | 51.74º | 0.82% | 0.8% | - |
| XYZ | 41.76 | 46.02 | 8.43 | - |
| YUV | 171.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 37 | 0 | 0.11 | 0.82 | 0.2 | 51.74 | 0.69 | 0.47 |
| Hex | CC | B5 | 25 | 0 | B | 52 | 14 | 34 | 45 | 2F |
| Octal | 314 | 265 | 45 | 0 | 13 | 122 | 24 | 64 | 105 | 57 |
| Binary | 11001100 | 10110101 | 100101 | 0 | 1011 | 1010010 | 10100 | 110100 | 1000101 | 101111 |
Color Harmonies of #CCB525
Complementary color
Monochromatic Colors of #CCB525
Black with #CCB525
Text Example
Text Example
White with #CCB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB525; }
p { color: rgb(204,181,37); }
H1.HeaderClassName
{
color: #CCB525;
}
.AnyTagClassName
{
color: #CCB525;
}
</style>
background-color css
<style>
a { background-color: #CCB525; }
a { background-color: rgb(204,181,37); }
div.DivClassName
{
background-color: #CCB525;
}
.BgClassName
{
background-color: #CCB525;
}
</style>
border-color css
<style>
span { border-color: #CCB525; }
span { border-color: rgb(204,181,37); }
td.TdClassName
{
border-color: #CCB525;
}
.TagClassName
{
border-color: #CCB525;
}
</style>