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