Shades of Bird Flower #CCBD1D
Tints of Bird Flower #CCBD1D
RGB
CMYK
RGB Variations
Color information
#CCBD1D (or 0xCCBD1D) is known color: Bird Flower. HEX triplet: CC, BD and 1D. RGB value is (204,189,29). Sum of RGB (Red+Green+Blue) = 204+189+29=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD1D is #3342E2. Grayscale: #AFAFAF. Windows color (decimal): -3359459 or 1949132. OLE color: 1949132.
HSL color Cylindrical-coordinate representation of color #CCBD1D: hue angle of 54.86º 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 #CCBD1D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 29 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.2 |
| HSL | 54.86º | 0.75% | 0.46% | - |
| HSV(B) | 54.86º | 0.86% | 0.8% | - |
| XYZ | 43.32 | 49.32 | 8.4 | - |
| YUV | 175.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 29 | 0 | 0.07 | 0.86 | 0.2 | 54.86 | 0.75 | 0.46 |
| Hex | CC | BD | 1D | 0 | 7 | 56 | 14 | 37 | 4B | 2E |
| Octal | 314 | 275 | 35 | 0 | 7 | 126 | 24 | 67 | 113 | 56 |
| Binary | 11001100 | 10111101 | 11101 | 0 | 111 | 1010110 | 10100 | 110111 | 1001011 | 101110 |
Color Harmonies of #CCBD1D
Complementary color
Monochromatic Colors of #CCBD1D
Black with #CCBD1D
Text Example
Text Example
White with #CCBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD1D; }
p { color: rgb(204,189,29); }
H1.HeaderClassName
{
color: #CCBD1D;
}
.AnyTagClassName
{
color: #CCBD1D;
}
</style>
background-color css
<style>
a { background-color: #CCBD1D; }
a { background-color: rgb(204,189,29); }
div.DivClassName
{
background-color: #CCBD1D;
}
.BgClassName
{
background-color: #CCBD1D;
}
</style>
border-color css
<style>
span { border-color: #CCBD1D; }
span { border-color: rgb(204,189,29); }
td.TdClassName
{
border-color: #CCBD1D;
}
.TagClassName
{
border-color: #CCBD1D;
}
</style>