Shades of Bird Flower #CCB508
Tints of Bird Flower #CCB508
RGB
CMYK
RGB Variations
Color information
#CCB508 (or 0xCCB508) is known color: Bird Flower. HEX triplet: CC, B5 and 08. RGB value is (204,181,8). Sum of RGB (Red+Green+Blue) = 204+181+8=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB508 is #334AF7. Grayscale: #A8A8A8. Windows color (decimal): -3361528 or 570828. OLE color: 570828.
HSL color Cylindrical-coordinate representation of color #CCB508: hue angle of 52.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCB508 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.2 |
| HSL | 52.96º | 0.92% | 0.42% | - |
| HSV(B) | 52.96º | 0.96% | 0.8% | - |
| XYZ | 41.47 | 45.9 | 6.9 | - |
| YUV | 168.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 8 | 0 | 0.11 | 0.96 | 0.2 | 52.96 | 0.92 | 0.42 |
| Hex | CC | B5 | 8 | 0 | B | 60 | 14 | 35 | 5C | 2A |
| Octal | 314 | 265 | 10 | 0 | 13 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001100 | 10110101 | 1000 | 0 | 1011 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CCB508
Complementary color
Monochromatic Colors of #CCB508
Black with #CCB508
Text Example
Text Example
White with #CCB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB508; }
p { color: rgb(204,181,8); }
H1.HeaderClassName
{
color: #CCB508;
}
.AnyTagClassName
{
color: #CCB508;
}
</style>
background-color css
<style>
a { background-color: #CCB508; }
a { background-color: rgb(204,181,8); }
div.DivClassName
{
background-color: #CCB508;
}
.BgClassName
{
background-color: #CCB508;
}
</style>
border-color css
<style>
span { border-color: #CCB508; }
span { border-color: rgb(204,181,8); }
td.TdClassName
{
border-color: #CCB508;
}
.TagClassName
{
border-color: #CCB508;
}
</style>