Shades of Bird Flower #CCB313
Tints of Bird Flower #CCB313
RGB
CMYK
RGB Variations
Color information
#CCB313 (or 0xCCB313) is known color: Bird Flower. HEX triplet: CC, B3 and 13. RGB value is (204,179,19). Sum of RGB (Red+Green+Blue) = 204+179+19=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB313 is #334CEC. Grayscale: #A8A8A8. Windows color (decimal): -3362029 or 1291212. OLE color: 1291212.
HSL color Cylindrical-coordinate representation of color #CCB313: hue angle of 51.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB313 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.2 |
| HSL | 51.89º | 0.83% | 0.44% | - |
| HSV(B) | 51.89º | 0.91% | 0.8% | - |
| XYZ | 41.14 | 45.12 | 7.16 | - |
| YUV | 168.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 19 | 0 | 0.12 | 0.91 | 0.2 | 51.89 | 0.83 | 0.44 |
| Hex | CC | B3 | 13 | 0 | C | 5B | 14 | 34 | 53 | 2C |
| Octal | 314 | 263 | 23 | 0 | 14 | 133 | 24 | 64 | 123 | 54 |
| Binary | 11001100 | 10110011 | 10011 | 0 | 1100 | 1011011 | 10100 | 110100 | 1010011 | 101100 |
Color Harmonies of #CCB313
Complementary color
Monochromatic Colors of #CCB313
Black with #CCB313
Text Example
Text Example
White with #CCB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB313; }
p { color: rgb(204,179,19); }
H1.HeaderClassName
{
color: #CCB313;
}
.AnyTagClassName
{
color: #CCB313;
}
</style>
background-color css
<style>
a { background-color: #CCB313; }
a { background-color: rgb(204,179,19); }
div.DivClassName
{
background-color: #CCB313;
}
.BgClassName
{
background-color: #CCB313;
}
</style>
border-color css
<style>
span { border-color: #CCB313; }
span { border-color: rgb(204,179,19); }
td.TdClassName
{
border-color: #CCB313;
}
.TagClassName
{
border-color: #CCB313;
}
</style>