Shades of Bird Flower #CCDA08
Tints of Bird Flower #CCDA08
RGB
CMYK
RGB Variations
Color information
#CCDA08 (or 0xCCDA08) is known color: Bird Flower. HEX triplet: CC, DA and 08. RGB value is (204,218,8). Sum of RGB (Red+Green+Blue) = 204+218+8=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA08 is #3325F7. Grayscale: #BEBEBE. Windows color (decimal): -3352056 or 580300. OLE color: 580300.
HSL color Cylindrical-coordinate representation of color #CCDA08: hue angle of 64º 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 #CCDA08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.15 |
| HSL | 64º | 0.93% | 0.44% | - |
| HSV(B) | 64º | 0.96% | 0.85% | - |
| XYZ | 50.02 | 63 | 9.75 | - |
| YUV | 189.87 | 25.36 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 8 | 0.06 | 0 | 0.96 | 0.15 | 64 | 0.93 | 0.44 |
| Hex | CC | DA | 8 | 6 | 0 | 60 | F | 40 | 5D | 2C |
| Octal | 314 | 332 | 10 | 6 | 0 | 140 | 17 | 100 | 135 | 54 |
| Binary | 11001100 | 11011010 | 1000 | 110 | 0 | 1100000 | 1111 | 1000000 | 1011101 | 101100 |
Color Harmonies of #CCDA08
Complementary color
Monochromatic Colors of #CCDA08
Black with #CCDA08
Text Example
Text Example
White with #CCDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA08; }
p { color: rgb(204,218,8); }
H1.HeaderClassName
{
color: #CCDA08;
}
.AnyTagClassName
{
color: #CCDA08;
}
</style>
background-color css
<style>
a { background-color: #CCDA08; }
a { background-color: rgb(204,218,8); }
div.DivClassName
{
background-color: #CCDA08;
}
.BgClassName
{
background-color: #CCDA08;
}
</style>
border-color css
<style>
span { border-color: #CCDA08; }
span { border-color: rgb(204,218,8); }
td.TdClassName
{
border-color: #CCDA08;
}
.TagClassName
{
border-color: #CCDA08;
}
</style>