Shades of Bird Flower #CCB10D
Tints of Bird Flower #CCB10D
RGB
CMYK
RGB Variations
Color information
#CCB10D (or 0xCCB10D) is known color: Bird Flower. HEX triplet: CC, B1 and 0D. RGB value is (204,177,13). Sum of RGB (Red+Green+Blue) = 204+177+13=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB10D is #334EF2. Grayscale: #A7A7A7. Windows color (decimal): -3362547 or 897484. OLE color: 897484.
HSL color Cylindrical-coordinate representation of color #CCB10D: hue angle of 51.52º 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 #CCB10D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.2 |
| HSL | 51.52º | 0.88% | 0.43% | - |
| HSV(B) | 51.52º | 0.94% | 0.8% | - |
| XYZ | 40.7 | 44.31 | 6.79 | - |
| YUV | 166.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 13 | 0 | 0.13 | 0.94 | 0.2 | 51.52 | 0.88 | 0.43 |
| Hex | CC | B1 | D | 0 | D | 5E | 14 | 34 | 58 | 2B |
| Octal | 314 | 261 | 15 | 0 | 15 | 136 | 24 | 64 | 130 | 53 |
| Binary | 11001100 | 10110001 | 1101 | 0 | 1101 | 1011110 | 10100 | 110100 | 1011000 | 101011 |
Color Harmonies of #CCB10D
Complementary color
Monochromatic Colors of #CCB10D
Black with #CCB10D
Text Example
Text Example
White with #CCB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB10D; }
p { color: rgb(204,177,13); }
H1.HeaderClassName
{
color: #CCB10D;
}
.AnyTagClassName
{
color: #CCB10D;
}
</style>
background-color css
<style>
a { background-color: #CCB10D; }
a { background-color: rgb(204,177,13); }
div.DivClassName
{
background-color: #CCB10D;
}
.BgClassName
{
background-color: #CCB10D;
}
</style>
border-color css
<style>
span { border-color: #CCB10D; }
span { border-color: rgb(204,177,13); }
td.TdClassName
{
border-color: #CCB10D;
}
.TagClassName
{
border-color: #CCB10D;
}
</style>