Shades of Bird Flower #CCDB08
Tints of Bird Flower #CCDB08
RGB
CMYK
RGB Variations
Color information
#CCDB08 (or 0xCCDB08) is known color: Bird Flower. HEX triplet: CC, DB and 08. RGB value is (204,219,8). Sum of RGB (Red+Green+Blue) = 204+219+8=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB08 is #3324F7. Grayscale: #BFBFBF. Windows color (decimal): -3351800 or 580556. OLE color: 580556.
HSL color Cylindrical-coordinate representation of color #CCDB08: hue angle of 64.27º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCDB08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.14 |
| HSL | 64.27º | 0.93% | 0.45% | - |
| HSV(B) | 64.27º | 0.96% | 0.86% | - |
| XYZ | 50.28 | 63.52 | 9.84 | - |
| YUV | 190.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 8 | 0.07 | 0 | 0.96 | 0.14 | 64.27 | 0.93 | 0.45 |
| Hex | CC | DB | 8 | 7 | 0 | 60 | E | 40 | 5D | 2D |
| Octal | 314 | 333 | 10 | 7 | 0 | 140 | 16 | 100 | 135 | 55 |
| Binary | 11001100 | 11011011 | 1000 | 111 | 0 | 1100000 | 1110 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CCDB08
Complementary color
Monochromatic Colors of #CCDB08
Black with #CCDB08
Text Example
Text Example
White with #CCDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB08; }
p { color: rgb(204,219,8); }
H1.HeaderClassName
{
color: #CCDB08;
}
.AnyTagClassName
{
color: #CCDB08;
}
</style>
background-color css
<style>
a { background-color: #CCDB08; }
a { background-color: rgb(204,219,8); }
div.DivClassName
{
background-color: #CCDB08;
}
.BgClassName
{
background-color: #CCDB08;
}
</style>
border-color css
<style>
span { border-color: #CCDB08; }
span { border-color: rgb(204,219,8); }
td.TdClassName
{
border-color: #CCDB08;
}
.TagClassName
{
border-color: #CCDB08;
}
</style>