Shades of Bird Flower #CCBD1C
Tints of Bird Flower #CCBD1C
RGB
CMYK
RGB Variations
Color information
#CCBD1C (or 0xCCBD1C) is known color: Bird Flower. HEX triplet: CC, BD and 1C. RGB value is (204,189,28). Sum of RGB (Red+Green+Blue) = 204+189+28=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD1C is #3342E3. Grayscale: #AFAFAF. Windows color (decimal): -3359460 or 1883596. OLE color: 1883596.
HSL color Cylindrical-coordinate representation of color #CCBD1C: hue angle of 54.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBD1C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.2 |
| HSL | 54.89º | 0.76% | 0.45% | - |
| HSV(B) | 54.89º | 0.86% | 0.8% | - |
| XYZ | 43.31 | 49.32 | 8.33 | - |
| YUV | 175.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 28 | 0 | 0.07 | 0.86 | 0.2 | 54.89 | 0.76 | 0.45 |
| Hex | CC | BD | 1C | 0 | 7 | 56 | 14 | 37 | 4C | 2D |
| Octal | 314 | 275 | 34 | 0 | 7 | 126 | 24 | 67 | 114 | 55 |
| Binary | 11001100 | 10111101 | 11100 | 0 | 111 | 1010110 | 10100 | 110111 | 1001100 | 101101 |
Color Harmonies of #CCBD1C
Complementary color
Monochromatic Colors of #CCBD1C
Black with #CCBD1C
Text Example
Text Example
White with #CCBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD1C; }
p { color: rgb(204,189,28); }
H1.HeaderClassName
{
color: #CCBD1C;
}
.AnyTagClassName
{
color: #CCBD1C;
}
</style>
background-color css
<style>
a { background-color: #CCBD1C; }
a { background-color: rgb(204,189,28); }
div.DivClassName
{
background-color: #CCBD1C;
}
.BgClassName
{
background-color: #CCBD1C;
}
</style>
border-color css
<style>
span { border-color: #CCBD1C; }
span { border-color: rgb(204,189,28); }
td.TdClassName
{
border-color: #CCBD1C;
}
.TagClassName
{
border-color: #CCBD1C;
}
</style>