Shades of Bird Flower #CCB81D
Tints of Bird Flower #CCB81D
RGB
CMYK
RGB Variations
Color information
#CCB81D (or 0xCCB81D) is known color: Bird Flower. HEX triplet: CC, B8 and 1D. RGB value is (204,184,29). Sum of RGB (Red+Green+Blue) = 204+184+29=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB81D is #3347E2. Grayscale: #ACACAC. Windows color (decimal): -3360739 or 1947852. OLE color: 1947852.
HSL color Cylindrical-coordinate representation of color #CCB81D: hue angle of 53.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB81D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 29 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.2 |
| HSL | 53.14º | 0.75% | 0.46% | - |
| HSV(B) | 53.14º | 0.86% | 0.8% | - |
| XYZ | 42.26 | 47.21 | 8.05 | - |
| YUV | 172.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 29 | 0 | 0.10 | 0.86 | 0.2 | 53.14 | 0.75 | 0.46 |
| Hex | CC | B8 | 1D | 0 | A | 56 | 14 | 35 | 4B | 2E |
| Octal | 314 | 270 | 35 | 0 | 12 | 126 | 24 | 65 | 113 | 56 |
| Binary | 11001100 | 10111000 | 11101 | 0 | 1010 | 1010110 | 10100 | 110101 | 1001011 | 101110 |
Color Harmonies of #CCB81D
Complementary color
Monochromatic Colors of #CCB81D
Black with #CCB81D
Text Example
Text Example
White with #CCB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB81D; }
p { color: rgb(204,184,29); }
H1.HeaderClassName
{
color: #CCB81D;
}
.AnyTagClassName
{
color: #CCB81D;
}
</style>
background-color css
<style>
a { background-color: #CCB81D; }
a { background-color: rgb(204,184,29); }
div.DivClassName
{
background-color: #CCB81D;
}
.BgClassName
{
background-color: #CCB81D;
}
</style>
border-color css
<style>
span { border-color: #CCB81D; }
span { border-color: rgb(204,184,29); }
td.TdClassName
{
border-color: #CCB81D;
}
.TagClassName
{
border-color: #CCB81D;
}
</style>