Shades of Bird Flower #CCB60D
Tints of Bird Flower #CCB60D
RGB
CMYK
RGB Variations
Color information
#CCB60D (or 0xCCB60D) is known color: Bird Flower. HEX triplet: CC, B6 and 0D. RGB value is (204,182,13). Sum of RGB (Red+Green+Blue) = 204+182+13=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB60D is #3349F2. Grayscale: #AAAAAA. Windows color (decimal): -3361267 or 898764. OLE color: 898764.
HSL color Cylindrical-coordinate representation of color #CCB60D: hue angle of 53.09º 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 #CCB60D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.2 |
| HSL | 53.09º | 0.88% | 0.43% | - |
| HSV(B) | 53.09º | 0.94% | 0.8% | - |
| XYZ | 41.7 | 46.32 | 7.12 | - |
| YUV | 169.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 13 | 0 | 0.11 | 0.94 | 0.2 | 53.09 | 0.88 | 0.43 |
| Hex | CC | B6 | D | 0 | B | 5E | 14 | 35 | 58 | 2B |
| Octal | 314 | 266 | 15 | 0 | 13 | 136 | 24 | 65 | 130 | 53 |
| Binary | 11001100 | 10110110 | 1101 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011000 | 101011 |
Color Harmonies of #CCB60D
Complementary color
Monochromatic Colors of #CCB60D
Black with #CCB60D
Text Example
Text Example
White with #CCB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB60D; }
p { color: rgb(204,182,13); }
H1.HeaderClassName
{
color: #CCB60D;
}
.AnyTagClassName
{
color: #CCB60D;
}
</style>
background-color css
<style>
a { background-color: #CCB60D; }
a { background-color: rgb(204,182,13); }
div.DivClassName
{
background-color: #CCB60D;
}
.BgClassName
{
background-color: #CCB60D;
}
</style>
border-color css
<style>
span { border-color: #CCB60D; }
span { border-color: rgb(204,182,13); }
td.TdClassName
{
border-color: #CCB60D;
}
.TagClassName
{
border-color: #CCB60D;
}
</style>