Shades of Bird Flower #CCB40D
Tints of Bird Flower #CCB40D
RGB
CMYK
RGB Variations
Color information
#CCB40D (or 0xCCB40D) is known color: Bird Flower. HEX triplet: CC, B4 and 0D. RGB value is (204,180,13). Sum of RGB (Red+Green+Blue) = 204+180+13=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB40D is #334BF2. Grayscale: #A8A8A8. Windows color (decimal): -3361779 or 898252. OLE color: 898252.
HSL color Cylindrical-coordinate representation of color #CCB40D: hue angle of 52.46º 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 #CCB40D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.2 |
| HSL | 52.46º | 0.88% | 0.43% | - |
| HSV(B) | 52.46º | 0.94% | 0.8% | - |
| XYZ | 41.3 | 45.51 | 6.99 | - |
| YUV | 168.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 13 | 0 | 0.12 | 0.94 | 0.2 | 52.46 | 0.88 | 0.43 |
| Hex | CC | B4 | D | 0 | C | 5E | 14 | 34 | 58 | 2B |
| Octal | 314 | 264 | 15 | 0 | 14 | 136 | 24 | 64 | 130 | 53 |
| Binary | 11001100 | 10110100 | 1101 | 0 | 1100 | 1011110 | 10100 | 110100 | 1011000 | 101011 |
Color Harmonies of #CCB40D
Complementary color
Monochromatic Colors of #CCB40D
Black with #CCB40D
Text Example
Text Example
White with #CCB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB40D; }
p { color: rgb(204,180,13); }
H1.HeaderClassName
{
color: #CCB40D;
}
.AnyTagClassName
{
color: #CCB40D;
}
</style>
background-color css
<style>
a { background-color: #CCB40D; }
a { background-color: rgb(204,180,13); }
div.DivClassName
{
background-color: #CCB40D;
}
.BgClassName
{
background-color: #CCB40D;
}
</style>
border-color css
<style>
span { border-color: #CCB40D; }
span { border-color: rgb(204,180,13); }
td.TdClassName
{
border-color: #CCB40D;
}
.TagClassName
{
border-color: #CCB40D;
}
</style>