Shades of Bird Flower #CCBD1E
Tints of Bird Flower #CCBD1E
RGB
CMYK
RGB Variations
Color information
#CCBD1E (or 0xCCBD1E) is known color: Bird Flower. HEX triplet: CC, BD and 1E. RGB value is (204,189,30). Sum of RGB (Red+Green+Blue) = 204+189+30=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD1E is #3342E1. Grayscale: #B0B0B0. Windows color (decimal): -3359458 or 2014668. OLE color: 2014668.
HSL color Cylindrical-coordinate representation of color #CCBD1E: hue angle of 54.83º 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 #CCBD1E is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 30 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.2 |
| HSL | 54.83º | 0.74% | 0.46% | - |
| HSV(B) | 54.83º | 0.85% | 0.8% | - |
| XYZ | 43.33 | 49.33 | 8.47 | - |
| YUV | 175.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 30 | 0 | 0.07 | 0.85 | 0.2 | 54.83 | 0.74 | 0.46 |
| Hex | CC | BD | 1E | 0 | 7 | 55 | 14 | 37 | 4A | 2E |
| Octal | 314 | 275 | 36 | 0 | 7 | 125 | 24 | 67 | 112 | 56 |
| Binary | 11001100 | 10111101 | 11110 | 0 | 111 | 1010101 | 10100 | 110111 | 1001010 | 101110 |
Color Harmonies of #CCBD1E
Complementary color
Monochromatic Colors of #CCBD1E
Black with #CCBD1E
Text Example
Text Example
White with #CCBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD1E; }
p { color: rgb(204,189,30); }
H1.HeaderClassName
{
color: #CCBD1E;
}
.AnyTagClassName
{
color: #CCBD1E;
}
</style>
background-color css
<style>
a { background-color: #CCBD1E; }
a { background-color: rgb(204,189,30); }
div.DivClassName
{
background-color: #CCBD1E;
}
.BgClassName
{
background-color: #CCBD1E;
}
</style>
border-color css
<style>
span { border-color: #CCBD1E; }
span { border-color: rgb(204,189,30); }
td.TdClassName
{
border-color: #CCBD1E;
}
.TagClassName
{
border-color: #CCBD1E;
}
</style>