Shades of Bird Flower #CCD908
Tints of Bird Flower #CCD908
RGB
CMYK
RGB Variations
Color information
#CCD908 (or 0xCCD908) is known color: Bird Flower. HEX triplet: CC, D9 and 08. RGB value is (204,217,8). Sum of RGB (Red+Green+Blue) = 204+217+8=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD908 is #3326F7. Grayscale: #BEBEBE. Windows color (decimal): -3352312 or 580044. OLE color: 580044.
HSL color Cylindrical-coordinate representation of color #CCD908: hue angle of 63.73º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD908 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.15 |
| HSL | 63.73º | 0.93% | 0.44% | - |
| HSV(B) | 63.73º | 0.96% | 0.85% | - |
| XYZ | 49.76 | 62.48 | 9.67 | - |
| YUV | 189.29 | 25.69 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 8 | 0.06 | 0 | 0.96 | 0.15 | 63.73 | 0.93 | 0.44 |
| Hex | CC | D9 | 8 | 6 | 0 | 60 | F | 40 | 5D | 2C |
| Octal | 314 | 331 | 10 | 6 | 0 | 140 | 17 | 100 | 135 | 54 |
| Binary | 11001100 | 11011001 | 1000 | 110 | 0 | 1100000 | 1111 | 1000000 | 1011101 | 101100 |
Color Harmonies of #CCD908
Complementary color
Monochromatic Colors of #CCD908
Black with #CCD908
Text Example
Text Example
White with #CCD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD908; }
p { color: rgb(204,217,8); }
H1.HeaderClassName
{
color: #CCD908;
}
.AnyTagClassName
{
color: #CCD908;
}
</style>
background-color css
<style>
a { background-color: #CCD908; }
a { background-color: rgb(204,217,8); }
div.DivClassName
{
background-color: #CCD908;
}
.BgClassName
{
background-color: #CCD908;
}
</style>
border-color css
<style>
span { border-color: #CCD908; }
span { border-color: rgb(204,217,8); }
td.TdClassName
{
border-color: #CCD908;
}
.TagClassName
{
border-color: #CCD908;
}
</style>