Shades of Bird Flower #CDB20E
Tints of Bird Flower #CDB20E
RGB
CMYK
RGB Variations
Color information
#CDB20E (or 0xCDB20E) is known color: Bird Flower. HEX triplet: CD, B2 and 0E. RGB value is (205,178,14). Sum of RGB (Red+Green+Blue) = 205+178+14=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB20E is #324DF1. Grayscale: #A8A8A8. Windows color (decimal): -3296754 or 963277. OLE color: 963277.
HSL color Cylindrical-coordinate representation of color #CDB20E: hue angle of 51.52º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDB20E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.20 |
| HSL | 51.52º | 0.87% | 0.43% | - |
| HSV(B) | 51.52º | 0.93% | 0.8% | - |
| XYZ | 41.18 | 44.85 | 6.9 | - |
| YUV | 167.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 14 | 0 | 0.13 | 0.93 | 0.20 | 51.52 | 0.87 | 0.43 |
| Hex | CD | B2 | E | 0 | D | 5D | 14 | 34 | 57 | 2B |
| Octal | 315 | 262 | 16 | 0 | 15 | 135 | 24 | 64 | 127 | 53 |
| Binary | 11001101 | 10110010 | 1110 | 0 | 1101 | 1011101 | 10100 | 110100 | 1010111 | 101011 |
Color Harmonies of #CDB20E
Complementary color
Monochromatic Colors of #CDB20E
Black with #CDB20E
Text Example
Text Example
White with #CDB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB20E; }
p { color: rgb(205,178,14); }
H1.HeaderClassName
{
color: #CDB20E;
}
.AnyTagClassName
{
color: #CDB20E;
}
</style>
background-color css
<style>
a { background-color: #CDB20E; }
a { background-color: rgb(205,178,14); }
div.DivClassName
{
background-color: #CDB20E;
}
.BgClassName
{
background-color: #CDB20E;
}
</style>
border-color css
<style>
span { border-color: #CDB20E; }
span { border-color: rgb(205,178,14); }
td.TdClassName
{
border-color: #CDB20E;
}
.TagClassName
{
border-color: #CDB20E;
}
</style>