Shades of Bird Flower #CCD008
Tints of Bird Flower #CCD008
RGB
CMYK
RGB Variations
Color information
#CCD008 (or 0xCCD008) is known color: Bird Flower. HEX triplet: CC, D0 and 08. RGB value is (204,208,8). Sum of RGB (Red+Green+Blue) = 204+208+8=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD008 is #332FF7. Grayscale: #B8B8B8. Windows color (decimal): -3354616 or 577740. OLE color: 577740.
HSL color Cylindrical-coordinate representation of color #CCD008: hue angle of 61.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD008 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.18 |
| HSL | 61.2º | 0.93% | 0.42% | - |
| HSV(B) | 61.2º | 0.96% | 0.82% | - |
| XYZ | 47.5 | 57.97 | 8.91 | - |
| YUV | 184 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 8 | 0.02 | 0 | 0.96 | 0.18 | 61.2 | 0.93 | 0.42 |
| Hex | CC | D0 | 8 | 2 | 0 | 60 | 12 | 3D | 5D | 2A |
| Octal | 314 | 320 | 10 | 2 | 0 | 140 | 22 | 75 | 135 | 52 |
| Binary | 11001100 | 11010000 | 1000 | 10 | 0 | 1100000 | 10010 | 111101 | 1011101 | 101010 |
Color Harmonies of #CCD008
Complementary color
Monochromatic Colors of #CCD008
Black with #CCD008
Text Example
Text Example
White with #CCD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD008; }
p { color: rgb(204,208,8); }
H1.HeaderClassName
{
color: #CCD008;
}
.AnyTagClassName
{
color: #CCD008;
}
</style>
background-color css
<style>
a { background-color: #CCD008; }
a { background-color: rgb(204,208,8); }
div.DivClassName
{
background-color: #CCD008;
}
.BgClassName
{
background-color: #CCD008;
}
</style>
border-color css
<style>
span { border-color: #CCD008; }
span { border-color: rgb(204,208,8); }
td.TdClassName
{
border-color: #CCD008;
}
.TagClassName
{
border-color: #CCD008;
}
</style>