Shades of Bird Flower #CCB413
Tints of Bird Flower #CCB413
RGB
CMYK
RGB Variations
Color information
#CCB413 (or 0xCCB413) is known color: Bird Flower. HEX triplet: CC, B4 and 13. RGB value is (204,180,19). Sum of RGB (Red+Green+Blue) = 204+180+19=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB413 is #334BEC. Grayscale: #A9A9A9. Windows color (decimal): -3361773 or 1291468. OLE color: 1291468.
HSL color Cylindrical-coordinate representation of color #CCB413: hue angle of 52.22º 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 #CCB413 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.2 |
| HSL | 52.22º | 0.83% | 0.44% | - |
| HSV(B) | 52.22º | 0.91% | 0.8% | - |
| XYZ | 41.34 | 45.53 | 7.22 | - |
| YUV | 168.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 19 | 0 | 0.12 | 0.91 | 0.2 | 52.22 | 0.83 | 0.44 |
| Hex | CC | B4 | 13 | 0 | C | 5B | 14 | 34 | 53 | 2C |
| Octal | 314 | 264 | 23 | 0 | 14 | 133 | 24 | 64 | 123 | 54 |
| Binary | 11001100 | 10110100 | 10011 | 0 | 1100 | 1011011 | 10100 | 110100 | 1010011 | 101100 |
Color Harmonies of #CCB413
Complementary color
Monochromatic Colors of #CCB413
Black with #CCB413
Text Example
Text Example
White with #CCB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB413; }
p { color: rgb(204,180,19); }
H1.HeaderClassName
{
color: #CCB413;
}
.AnyTagClassName
{
color: #CCB413;
}
</style>
background-color css
<style>
a { background-color: #CCB413; }
a { background-color: rgb(204,180,19); }
div.DivClassName
{
background-color: #CCB413;
}
.BgClassName
{
background-color: #CCB413;
}
</style>
border-color css
<style>
span { border-color: #CCB413; }
span { border-color: rgb(204,180,19); }
td.TdClassName
{
border-color: #CCB413;
}
.TagClassName
{
border-color: #CCB413;
}
</style>