Shades of Bird Flower #CCB41E
Tints of Bird Flower #CCB41E
RGB
CMYK
RGB Variations
Color information
#CCB41E (or 0xCCB41E) is known color: Bird Flower. HEX triplet: CC, B4 and 1E. RGB value is (204,180,30). Sum of RGB (Red+Green+Blue) = 204+180+30=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB41E is #334BE1. Grayscale: #AAAAAA. Windows color (decimal): -3361762 or 2012364. OLE color: 2012364.
HSL color Cylindrical-coordinate representation of color #CCB41E: hue angle of 51.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB41E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.2 |
| HSL | 51.72º | 0.74% | 0.46% | - |
| HSV(B) | 51.72º | 0.85% | 0.8% | - |
| XYZ | 41.46 | 45.57 | 7.84 | - |
| YUV | 170.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 30 | 0 | 0.12 | 0.85 | 0.2 | 51.72 | 0.74 | 0.46 |
| Hex | CC | B4 | 1E | 0 | C | 55 | 14 | 34 | 4A | 2E |
| Octal | 314 | 264 | 36 | 0 | 14 | 125 | 24 | 64 | 112 | 56 |
| Binary | 11001100 | 10110100 | 11110 | 0 | 1100 | 1010101 | 10100 | 110100 | 1001010 | 101110 |
Color Harmonies of #CCB41E
Complementary color
Monochromatic Colors of #CCB41E
Black with #CCB41E
Text Example
Text Example
White with #CCB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB41E; }
p { color: rgb(204,180,30); }
H1.HeaderClassName
{
color: #CCB41E;
}
.AnyTagClassName
{
color: #CCB41E;
}
</style>
background-color css
<style>
a { background-color: #CCB41E; }
a { background-color: rgb(204,180,30); }
div.DivClassName
{
background-color: #CCB41E;
}
.BgClassName
{
background-color: #CCB41E;
}
</style>
border-color css
<style>
span { border-color: #CCB41E; }
span { border-color: rgb(204,180,30); }
td.TdClassName
{
border-color: #CCB41E;
}
.TagClassName
{
border-color: #CCB41E;
}
</style>