Shades of Bird Flower #CCBE1D
Tints of Bird Flower #CCBE1D
RGB
CMYK
RGB Variations
Color information
#CCBE1D (or 0xCCBE1D) is known color: Bird Flower. HEX triplet: CC, BE and 1D. RGB value is (204,190,29). Sum of RGB (Red+Green+Blue) = 204+190+29=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE1D is #3341E2. Grayscale: #B0B0B0. Windows color (decimal): -3359203 or 1949388. OLE color: 1949388.
HSL color Cylindrical-coordinate representation of color #CCBE1D: hue angle of 55.2º 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 #CCBE1D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 29 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.2 |
| HSL | 55.2º | 0.75% | 0.46% | - |
| HSV(B) | 55.2º | 0.86% | 0.8% | - |
| XYZ | 43.54 | 49.75 | 8.47 | - |
| YUV | 175.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 29 | 0 | 0.07 | 0.86 | 0.2 | 55.2 | 0.75 | 0.46 |
| Hex | CC | BE | 1D | 0 | 7 | 56 | 14 | 37 | 4B | 2E |
| Octal | 314 | 276 | 35 | 0 | 7 | 126 | 24 | 67 | 113 | 56 |
| Binary | 11001100 | 10111110 | 11101 | 0 | 111 | 1010110 | 10100 | 110111 | 1001011 | 101110 |
Color Harmonies of #CCBE1D
Complementary color
Monochromatic Colors of #CCBE1D
Black with #CCBE1D
Text Example
Text Example
White with #CCBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE1D; }
p { color: rgb(204,190,29); }
H1.HeaderClassName
{
color: #CCBE1D;
}
.AnyTagClassName
{
color: #CCBE1D;
}
</style>
background-color css
<style>
a { background-color: #CCBE1D; }
a { background-color: rgb(204,190,29); }
div.DivClassName
{
background-color: #CCBE1D;
}
.BgClassName
{
background-color: #CCBE1D;
}
</style>
border-color css
<style>
span { border-color: #CCBE1D; }
span { border-color: rgb(204,190,29); }
td.TdClassName
{
border-color: #CCBE1D;
}
.TagClassName
{
border-color: #CCBE1D;
}
</style>