Shades of Bird Flower #CCB61E
Tints of Bird Flower #CCB61E
RGB
CMYK
RGB Variations
Color information
#CCB61E (or 0xCCB61E) is known color: Bird Flower. HEX triplet: CC, B6 and 1E. RGB value is (204,182,30). Sum of RGB (Red+Green+Blue) = 204+182+30=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61E is #3349E1. Grayscale: #ABABAB. Windows color (decimal): -3361250 or 2012876. OLE color: 2012876.
HSL color Cylindrical-coordinate representation of color #CCB61E: hue angle of 52.41º 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 #CCB61E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.2 |
| HSL | 52.41º | 0.74% | 0.46% | - |
| HSV(B) | 52.41º | 0.85% | 0.8% | - |
| XYZ | 41.86 | 46.39 | 7.98 | - |
| YUV | 171.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 30 | 0 | 0.11 | 0.85 | 0.2 | 52.41 | 0.74 | 0.46 |
| Hex | CC | B6 | 1E | 0 | B | 55 | 14 | 34 | 4A | 2E |
| Octal | 314 | 266 | 36 | 0 | 13 | 125 | 24 | 64 | 112 | 56 |
| Binary | 11001100 | 10110110 | 11110 | 0 | 1011 | 1010101 | 10100 | 110100 | 1001010 | 101110 |
Color Harmonies of #CCB61E
Complementary color
Monochromatic Colors of #CCB61E
Black with #CCB61E
Text Example
Text Example
White with #CCB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB61E; }
p { color: rgb(204,182,30); }
H1.HeaderClassName
{
color: #CCB61E;
}
.AnyTagClassName
{
color: #CCB61E;
}
</style>
background-color css
<style>
a { background-color: #CCB61E; }
a { background-color: rgb(204,182,30); }
div.DivClassName
{
background-color: #CCB61E;
}
.BgClassName
{
background-color: #CCB61E;
}
</style>
border-color css
<style>
span { border-color: #CCB61E; }
span { border-color: rgb(204,182,30); }
td.TdClassName
{
border-color: #CCB61E;
}
.TagClassName
{
border-color: #CCB61E;
}
</style>