Shades of Bird Flower #CCDC0B
Tints of Bird Flower #CCDC0B
RGB
CMYK
RGB Variations
Color information
#CCDC0B (or 0xCCDC0B) is known color: Bird Flower. HEX triplet: CC, DC and 0B. RGB value is (204,220,11). Sum of RGB (Red+Green+Blue) = 204+220+11=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC0B is #3323F4. Grayscale: #C0C0C0. Windows color (decimal): -3351541 or 777420. OLE color: 777420.
HSL color Cylindrical-coordinate representation of color #CCDC0B: hue angle of 64.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCDC0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.14 |
| HSL | 64.59º | 0.9% | 0.45% | - |
| HSV(B) | 64.59º | 0.95% | 0.86% | - |
| XYZ | 50.56 | 64.05 | 10.01 | - |
| YUV | 191.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 11 | 0.07 | 0 | 0.95 | 0.14 | 64.59 | 0.9 | 0.45 |
| Hex | CC | DC | B | 7 | 0 | 5F | E | 41 | 5A | 2D |
| Octal | 314 | 334 | 13 | 7 | 0 | 137 | 16 | 101 | 132 | 55 |
| Binary | 11001100 | 11011100 | 1011 | 111 | 0 | 1011111 | 1110 | 1000001 | 1011010 | 101101 |
Color Harmonies of #CCDC0B
Complementary color
Monochromatic Colors of #CCDC0B
Black with #CCDC0B
Text Example
Text Example
White with #CCDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC0B; }
p { color: rgb(204,220,11); }
H1.HeaderClassName
{
color: #CCDC0B;
}
.AnyTagClassName
{
color: #CCDC0B;
}
</style>
background-color css
<style>
a { background-color: #CCDC0B; }
a { background-color: rgb(204,220,11); }
div.DivClassName
{
background-color: #CCDC0B;
}
.BgClassName
{
background-color: #CCDC0B;
}
</style>
border-color css
<style>
span { border-color: #CCDC0B; }
span { border-color: rgb(204,220,11); }
td.TdClassName
{
border-color: #CCDC0B;
}
.TagClassName
{
border-color: #CCDC0B;
}
</style>