Shades of Bird Flower #CCB80B
Tints of Bird Flower #CCB80B
RGB
CMYK
RGB Variations
Color information
#CCB80B (or 0xCCB80B) is known color: Bird Flower. HEX triplet: CC, B8 and 0B. RGB value is (204,184,11). Sum of RGB (Red+Green+Blue) = 204+184+11=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB80B is #3347F4. Grayscale: #AAAAAA. Windows color (decimal): -3360757 or 768204. OLE color: 768204.
HSL color Cylindrical-coordinate representation of color #CCB80B: hue angle of 53.78º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCB80B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.2 |
| HSL | 53.78º | 0.9% | 0.42% | - |
| HSV(B) | 53.78º | 0.95% | 0.8% | - |
| XYZ | 42.1 | 47.14 | 7.2 | - |
| YUV | 170.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 11 | 0 | 0.10 | 0.95 | 0.2 | 53.78 | 0.9 | 0.42 |
| Hex | CC | B8 | B | 0 | A | 5F | 14 | 36 | 5A | 2A |
| Octal | 314 | 270 | 13 | 0 | 12 | 137 | 24 | 66 | 132 | 52 |
| Binary | 11001100 | 10111000 | 1011 | 0 | 1010 | 1011111 | 10100 | 110110 | 1011010 | 101010 |
Color Harmonies of #CCB80B
Complementary color
Monochromatic Colors of #CCB80B
Black with #CCB80B
Text Example
Text Example
White with #CCB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB80B; }
p { color: rgb(204,184,11); }
H1.HeaderClassName
{
color: #CCB80B;
}
.AnyTagClassName
{
color: #CCB80B;
}
</style>
background-color css
<style>
a { background-color: #CCB80B; }
a { background-color: rgb(204,184,11); }
div.DivClassName
{
background-color: #CCB80B;
}
.BgClassName
{
background-color: #CCB80B;
}
</style>
border-color css
<style>
span { border-color: #CCB80B; }
span { border-color: rgb(204,184,11); }
td.TdClassName
{
border-color: #CCB80B;
}
.TagClassName
{
border-color: #CCB80B;
}
</style>