Shades of Bird Flower #CCD70B
Tints of Bird Flower #CCD70B
RGB
CMYK
RGB Variations
Color information
#CCD70B (or 0xCCD70B) is known color: Bird Flower. HEX triplet: CC, D7 and 0B. RGB value is (204,215,11). Sum of RGB (Red+Green+Blue) = 204+215+11=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD70B is #3328F4. Grayscale: #BDBDBD. Windows color (decimal): -3352821 or 776140. OLE color: 776140.
HSL color Cylindrical-coordinate representation of color #CCD70B: hue angle of 63.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD70B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.16 |
| HSL | 63.24º | 0.9% | 0.44% | - |
| HSV(B) | 63.24º | 0.95% | 0.84% | - |
| XYZ | 49.26 | 61.46 | 9.58 | - |
| YUV | 188.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 11 | 0.05 | 0 | 0.95 | 0.16 | 63.24 | 0.9 | 0.44 |
| Hex | CC | D7 | B | 5 | 0 | 5F | 10 | 3F | 5A | 2C |
| Octal | 314 | 327 | 13 | 5 | 0 | 137 | 20 | 77 | 132 | 54 |
| Binary | 11001100 | 11010111 | 1011 | 101 | 0 | 1011111 | 10000 | 111111 | 1011010 | 101100 |
Color Harmonies of #CCD70B
Complementary color
Monochromatic Colors of #CCD70B
Black with #CCD70B
Text Example
Text Example
White with #CCD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD70B; }
p { color: rgb(204,215,11); }
H1.HeaderClassName
{
color: #CCD70B;
}
.AnyTagClassName
{
color: #CCD70B;
}
</style>
background-color css
<style>
a { background-color: #CCD70B; }
a { background-color: rgb(204,215,11); }
div.DivClassName
{
background-color: #CCD70B;
}
.BgClassName
{
background-color: #CCD70B;
}
</style>
border-color css
<style>
span { border-color: #CCD70B; }
span { border-color: rgb(204,215,11); }
td.TdClassName
{
border-color: #CCD70B;
}
.TagClassName
{
border-color: #CCD70B;
}
</style>