Shades of Bird Flower #CDCD0A
Tints of Bird Flower #CDCD0A
RGB
CMYK
RGB Variations
Color information
#CDCD0A (or 0xCDCD0A) is known color: Bird Flower. HEX triplet: CD, CD and 0A. RGB value is (205,205,10). Sum of RGB (Red+Green+Blue) = 205+205+10=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCD0A is #3232F5. Grayscale: #B7B7B7. Windows color (decimal): -3289846 or 708045. OLE color: 708045.
HSL color Cylindrical-coordinate representation of color #CDCD0A: hue angle of 60º 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 #CDCD0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.20 |
| HSL | 60º | 0.91% | 0.42% | - |
| HSV(B) | 60º | 0.95% | 0.8% | - |
| XYZ | 47.06 | 56.66 | 8.74 | - |
| YUV | 182.77 | 30.5 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 10 | 0 | 0 | 0.95 | 0.20 | 60 | 0.91 | 0.42 |
| Hex | CD | CD | A | 0 | 0 | 5F | 14 | 3C | 5B | 2A |
| Octal | 315 | 315 | 12 | 0 | 0 | 137 | 24 | 74 | 133 | 52 |
| Binary | 11001101 | 11001101 | 1010 | 0 | 0 | 1011111 | 10100 | 111100 | 1011011 | 101010 |
Color Harmonies of #CDCD0A
Complementary color
Monochromatic Colors of #CDCD0A
Black with #CDCD0A
Text Example
Text Example
White with #CDCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD0A; }
p { color: rgb(205,205,10); }
H1.HeaderClassName
{
color: #CDCD0A;
}
.AnyTagClassName
{
color: #CDCD0A;
}
</style>
background-color css
<style>
a { background-color: #CDCD0A; }
a { background-color: rgb(205,205,10); }
div.DivClassName
{
background-color: #CDCD0A;
}
.BgClassName
{
background-color: #CDCD0A;
}
</style>
border-color css
<style>
span { border-color: #CDCD0A; }
span { border-color: rgb(205,205,10); }
td.TdClassName
{
border-color: #CDCD0A;
}
.TagClassName
{
border-color: #CDCD0A;
}
</style>