Shades of Bird Flower #CCCD0D
Tints of Bird Flower #CCCD0D
RGB
CMYK
RGB Variations
Color information
#CCCD0D (or 0xCCCD0D) is known color: Bird Flower. HEX triplet: CC, CD and 0D. RGB value is (204,205,13). Sum of RGB (Red+Green+Blue) = 204+205+13=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD0D is #3332F2. Grayscale: #B7B7B7. Windows color (decimal): -3355379 or 904652. OLE color: 904652.
HSL color Cylindrical-coordinate representation of color #CCCD0D: hue angle of 60.31º degrees, saturation: 0.88, 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 #CCCD0D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 13 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.20 |
| HSL | 60.31º | 0.88% | 0.43% | - |
| HSV(B) | 60.31º | 0.94% | 0.8% | - |
| XYZ | 46.81 | 56.53 | 8.83 | - |
| YUV | 182.81 | 32.17 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 13 | 0.00 | 0 | 0.94 | 0.20 | 60.31 | 0.88 | 0.43 |
| Hex | CC | CD | D | 0 | 0 | 5E | 14 | 3C | 58 | 2B |
| Octal | 314 | 315 | 15 | 0 | 0 | 136 | 24 | 74 | 130 | 53 |
| Binary | 11001100 | 11001101 | 1101 | 0 | 0 | 1011110 | 10100 | 111100 | 1011000 | 101011 |
Color Harmonies of #CCCD0D
Complementary color
Monochromatic Colors of #CCCD0D
Black with #CCCD0D
Text Example
Text Example
White with #CCCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD0D; }
p { color: rgb(204,205,13); }
H1.HeaderClassName
{
color: #CCCD0D;
}
.AnyTagClassName
{
color: #CCCD0D;
}
</style>
background-color css
<style>
a { background-color: #CCCD0D; }
a { background-color: rgb(204,205,13); }
div.DivClassName
{
background-color: #CCCD0D;
}
.BgClassName
{
background-color: #CCCD0D;
}
</style>
border-color css
<style>
span { border-color: #CCCD0D; }
span { border-color: rgb(204,205,13); }
td.TdClassName
{
border-color: #CCCD0D;
}
.TagClassName
{
border-color: #CCCD0D;
}
</style>