Shades of Bird Flower #CDB80C
Tints of Bird Flower #CDB80C
RGB
CMYK
RGB Variations
Color information
#CDB80C (or 0xCDB80C) is known color: Bird Flower. HEX triplet: CD, B8 and 0C. RGB value is (205,184,12). Sum of RGB (Red+Green+Blue) = 205+184+12=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB80C is #3247F3. Grayscale: #ABABAB. Windows color (decimal): -3295220 or 833741. OLE color: 833741.
HSL color Cylindrical-coordinate representation of color #CDB80C: hue angle of 53.47º 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 #CDB80C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.20 |
| HSL | 53.47º | 0.89% | 0.43% | - |
| HSV(B) | 53.47º | 0.94% | 0.8% | - |
| XYZ | 42.38 | 47.29 | 7.24 | - |
| YUV | 170.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 12 | 0 | 0.10 | 0.94 | 0.20 | 53.47 | 0.89 | 0.43 |
| Hex | CD | B8 | C | 0 | A | 5E | 14 | 35 | 59 | 2B |
| Octal | 315 | 270 | 14 | 0 | 12 | 136 | 24 | 65 | 131 | 53 |
| Binary | 11001101 | 10111000 | 1100 | 0 | 1010 | 1011110 | 10100 | 110101 | 1011001 | 101011 |
Color Harmonies of #CDB80C
Complementary color
Monochromatic Colors of #CDB80C
Black with #CDB80C
Text Example
Text Example
White with #CDB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB80C; }
p { color: rgb(205,184,12); }
H1.HeaderClassName
{
color: #CDB80C;
}
.AnyTagClassName
{
color: #CDB80C;
}
</style>
background-color css
<style>
a { background-color: #CDB80C; }
a { background-color: rgb(205,184,12); }
div.DivClassName
{
background-color: #CDB80C;
}
.BgClassName
{
background-color: #CDB80C;
}
</style>
border-color css
<style>
span { border-color: #CDB80C; }
span { border-color: rgb(205,184,12); }
td.TdClassName
{
border-color: #CDB80C;
}
.TagClassName
{
border-color: #CDB80C;
}
</style>