Shades of Bird Flower #CDBD0A
Tints of Bird Flower #CDBD0A
RGB
CMYK
RGB Variations
Color information
#CDBD0A (or 0xCDBD0A) is known color: Bird Flower. HEX triplet: CD, BD and 0A. RGB value is (205,189,10). Sum of RGB (Red+Green+Blue) = 205+189+10=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBD0A is #3242F5. Grayscale: #AEAEAE. Windows color (decimal): -3293942 or 703949. OLE color: 703949.
HSL color Cylindrical-coordinate representation of color #CDBD0A: hue angle of 55.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDBD0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 10 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.20 |
| HSL | 55.08º | 0.91% | 0.42% | - |
| HSV(B) | 55.08º | 0.95% | 0.8% | - |
| XYZ | 43.43 | 49.4 | 7.53 | - |
| YUV | 173.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 10 | 0 | 0.08 | 0.95 | 0.20 | 55.08 | 0.91 | 0.42 |
| Hex | CD | BD | A | 0 | 8 | 5F | 14 | 37 | 5B | 2A |
| Octal | 315 | 275 | 12 | 0 | 10 | 137 | 24 | 67 | 133 | 52 |
| Binary | 11001101 | 10111101 | 1010 | 0 | 1000 | 1011111 | 10100 | 110111 | 1011011 | 101010 |
Color Harmonies of #CDBD0A
Complementary color
Monochromatic Colors of #CDBD0A
Black with #CDBD0A
Text Example
Text Example
White with #CDBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD0A; }
p { color: rgb(205,189,10); }
H1.HeaderClassName
{
color: #CDBD0A;
}
.AnyTagClassName
{
color: #CDBD0A;
}
</style>
background-color css
<style>
a { background-color: #CDBD0A; }
a { background-color: rgb(205,189,10); }
div.DivClassName
{
background-color: #CDBD0A;
}
.BgClassName
{
background-color: #CDBD0A;
}
</style>
border-color css
<style>
span { border-color: #CDBD0A; }
span { border-color: rgb(205,189,10); }
td.TdClassName
{
border-color: #CDBD0A;
}
.TagClassName
{
border-color: #CDBD0A;
}
</style>