Shades of Bird Flower #CCB50D
Tints of Bird Flower #CCB50D
RGB
CMYK
RGB Variations
Color information
#CCB50D (or 0xCCB50D) is known color: Bird Flower. HEX triplet: CC, B5 and 0D. RGB value is (204,181,13). Sum of RGB (Red+Green+Blue) = 204+181+13=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB50D is #334AF2. Grayscale: #A9A9A9. Windows color (decimal): -3361523 or 898508. OLE color: 898508.
HSL color Cylindrical-coordinate representation of color #CCB50D: hue angle of 52.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCB50D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.2 |
| HSL | 52.77º | 0.88% | 0.43% | - |
| HSV(B) | 52.77º | 0.94% | 0.8% | - |
| XYZ | 41.5 | 45.91 | 7.06 | - |
| YUV | 168.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 13 | 0 | 0.11 | 0.94 | 0.2 | 52.77 | 0.88 | 0.43 |
| Hex | CC | B5 | D | 0 | B | 5E | 14 | 35 | 58 | 2B |
| Octal | 314 | 265 | 15 | 0 | 13 | 136 | 24 | 65 | 130 | 53 |
| Binary | 11001100 | 10110101 | 1101 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011000 | 101011 |
Color Harmonies of #CCB50D
Complementary color
Monochromatic Colors of #CCB50D
Black with #CCB50D
Text Example
Text Example
White with #CCB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB50D; }
p { color: rgb(204,181,13); }
H1.HeaderClassName
{
color: #CCB50D;
}
.AnyTagClassName
{
color: #CCB50D;
}
</style>
background-color css
<style>
a { background-color: #CCB50D; }
a { background-color: rgb(204,181,13); }
div.DivClassName
{
background-color: #CCB50D;
}
.BgClassName
{
background-color: #CCB50D;
}
</style>
border-color css
<style>
span { border-color: #CCB50D; }
span { border-color: rgb(204,181,13); }
td.TdClassName
{
border-color: #CCB50D;
}
.TagClassName
{
border-color: #CCB50D;
}
</style>