Shades of Bird Flower #CDB20C
Tints of Bird Flower #CDB20C
RGB
CMYK
RGB Variations
Color information
#CDB20C (or 0xCDB20C) is known color: Bird Flower. HEX triplet: CD, B2 and 0C. RGB value is (205,178,12). Sum of RGB (Red+Green+Blue) = 205+178+12=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB20C is #324DF3. Grayscale: #A7A7A7. Windows color (decimal): -3296756 or 832205. OLE color: 832205.
HSL color Cylindrical-coordinate representation of color #CDB20C: hue angle of 51.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDB20C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.20 |
| HSL | 51.61º | 0.89% | 0.43% | - |
| HSV(B) | 51.61º | 0.94% | 0.8% | - |
| XYZ | 41.16 | 44.85 | 6.83 | - |
| YUV | 167.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 12 | 0 | 0.13 | 0.94 | 0.20 | 51.61 | 0.89 | 0.43 |
| Hex | CD | B2 | C | 0 | D | 5E | 14 | 34 | 59 | 2B |
| Octal | 315 | 262 | 14 | 0 | 15 | 136 | 24 | 64 | 131 | 53 |
| Binary | 11001101 | 10110010 | 1100 | 0 | 1101 | 1011110 | 10100 | 110100 | 1011001 | 101011 |
Color Harmonies of #CDB20C
Complementary color
Monochromatic Colors of #CDB20C
Black with #CDB20C
Text Example
Text Example
White with #CDB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB20C; }
p { color: rgb(205,178,12); }
H1.HeaderClassName
{
color: #CDB20C;
}
.AnyTagClassName
{
color: #CDB20C;
}
</style>
background-color css
<style>
a { background-color: #CDB20C; }
a { background-color: rgb(205,178,12); }
div.DivClassName
{
background-color: #CDB20C;
}
.BgClassName
{
background-color: #CDB20C;
}
</style>
border-color css
<style>
span { border-color: #CDB20C; }
span { border-color: rgb(205,178,12); }
td.TdClassName
{
border-color: #CDB20C;
}
.TagClassName
{
border-color: #CDB20C;
}
</style>