Shades of Bird Flower #CCB102
Tints of Bird Flower #CCB102
RGB
CMYK
RGB Variations
Color information
#CCB102 (or 0xCCB102) is known color: Bird Flower. HEX triplet: CC, B1 and 02. RGB value is (204,177,2). Sum of RGB (Red+Green+Blue) = 204+177+2=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB102 is #334EFD. Grayscale: #A5A5A5. Windows color (decimal): -3362558 or 176588. OLE color: 176588.
HSL color Cylindrical-coordinate representation of color #CCB102: hue angle of 51.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB102 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.2 |
| HSL | 51.98º | 0.98% | 0.4% | - |
| HSV(B) | 51.98º | 0.99% | 0.8% | - |
| XYZ | 40.63 | 44.29 | 6.46 | - |
| YUV | 165.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 2 | 0 | 0.13 | 0.99 | 0.2 | 51.98 | 0.98 | 0.4 |
| Hex | CC | B1 | 2 | 0 | D | 63 | 14 | 34 | 62 | 28 |
| Octal | 314 | 261 | 2 | 0 | 15 | 143 | 24 | 64 | 142 | 50 |
| Binary | 11001100 | 10110001 | 10 | 0 | 1101 | 1100011 | 10100 | 110100 | 1100010 | 101000 |
Color Harmonies of #CCB102
Complementary color
Monochromatic Colors of #CCB102
Black with #CCB102
Text Example
Text Example
White with #CCB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB102; }
p { color: rgb(204,177,2); }
H1.HeaderClassName
{
color: #CCB102;
}
.AnyTagClassName
{
color: #CCB102;
}
</style>
background-color css
<style>
a { background-color: #CCB102; }
a { background-color: rgb(204,177,2); }
div.DivClassName
{
background-color: #CCB102;
}
.BgClassName
{
background-color: #CCB102;
}
</style>
border-color css
<style>
span { border-color: #CCB102; }
span { border-color: rgb(204,177,2); }
td.TdClassName
{
border-color: #CCB102;
}
.TagClassName
{
border-color: #CCB102;
}
</style>