Shades of Bird Flower #CCCB0D
Tints of Bird Flower #CCCB0D
RGB
CMYK
RGB Variations
Color information
#CCCB0D (or 0xCCCB0D) is known color: Bird Flower. HEX triplet: CC, CB and 0D. RGB value is (204,203,13). Sum of RGB (Red+Green+Blue) = 204+203+13=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB0D is #3334F2. Grayscale: #B6B6B6. Windows color (decimal): -3355891 or 904140. OLE color: 904140.
HSL color Cylindrical-coordinate representation of color #CCCB0D: hue angle of 59.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCCB0D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 13 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.2 |
| HSL | 59.69º | 0.88% | 0.43% | - |
| HSV(B) | 59.69º | 0.94% | 0.8% | - |
| XYZ | 46.33 | 55.58 | 8.67 | - |
| YUV | 181.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 13 | 0 | 0.00 | 0.94 | 0.2 | 59.69 | 0.88 | 0.43 |
| Hex | CC | CB | D | 0 | 0 | 5E | 14 | 3C | 58 | 2B |
| Octal | 314 | 313 | 15 | 0 | 0 | 136 | 24 | 74 | 130 | 53 |
| Binary | 11001100 | 11001011 | 1101 | 0 | 0 | 1011110 | 10100 | 111100 | 1011000 | 101011 |
Color Harmonies of #CCCB0D
Complementary color
Monochromatic Colors of #CCCB0D
Black with #CCCB0D
Text Example
Text Example
White with #CCCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB0D; }
p { color: rgb(204,203,13); }
H1.HeaderClassName
{
color: #CCCB0D;
}
.AnyTagClassName
{
color: #CCCB0D;
}
</style>
background-color css
<style>
a { background-color: #CCCB0D; }
a { background-color: rgb(204,203,13); }
div.DivClassName
{
background-color: #CCCB0D;
}
.BgClassName
{
background-color: #CCCB0D;
}
</style>
border-color css
<style>
span { border-color: #CCCB0D; }
span { border-color: rgb(204,203,13); }
td.TdClassName
{
border-color: #CCCB0D;
}
.TagClassName
{
border-color: #CCCB0D;
}
</style>