Shades of Bird Flower #CDCD0C
Tints of Bird Flower #CDCD0C
RGB
CMYK
RGB Variations
Color information
#CDCD0C (or 0xCDCD0C) is known color: Bird Flower. HEX triplet: CD, CD and 0C. RGB value is (205,205,12). Sum of RGB (Red+Green+Blue) = 205+205+12=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCD0C is #3232F3. Grayscale: #B7B7B7. Windows color (decimal): -3289844 or 839117. OLE color: 839117.
HSL color Cylindrical-coordinate representation of color #CDCD0C: hue angle of 60º 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 #CDCD0C is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 12 | - |
| CMYK | 0 | 0 | 0.94 | 0.20 |
| HSL | 60º | 0.89% | 0.43% | - |
| HSV(B) | 60º | 0.94% | 0.8% | - |
| XYZ | 47.07 | 56.67 | 8.8 | - |
| YUV | 183 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 12 | 0 | 0 | 0.94 | 0.20 | 60 | 0.89 | 0.43 |
| Hex | CD | CD | C | 0 | 0 | 5E | 14 | 3C | 59 | 2B |
| Octal | 315 | 315 | 14 | 0 | 0 | 136 | 24 | 74 | 131 | 53 |
| Binary | 11001101 | 11001101 | 1100 | 0 | 0 | 1011110 | 10100 | 111100 | 1011001 | 101011 |
Color Harmonies of #CDCD0C
Complementary color
Monochromatic Colors of #CDCD0C
Black with #CDCD0C
Text Example
Text Example
White with #CDCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD0C; }
p { color: rgb(205,205,12); }
H1.HeaderClassName
{
color: #CDCD0C;
}
.AnyTagClassName
{
color: #CDCD0C;
}
</style>
background-color css
<style>
a { background-color: #CDCD0C; }
a { background-color: rgb(205,205,12); }
div.DivClassName
{
background-color: #CDCD0C;
}
.BgClassName
{
background-color: #CDCD0C;
}
</style>
border-color css
<style>
span { border-color: #CDCD0C; }
span { border-color: rgb(205,205,12); }
td.TdClassName
{
border-color: #CDCD0C;
}
.TagClassName
{
border-color: #CDCD0C;
}
</style>