Shades of Bird Flower #CCB719
Tints of Bird Flower #CCB719
RGB
CMYK
RGB Variations
Color information
#CCB719 (or 0xCCB719) is known color: Bird Flower. HEX triplet: CC, B7 and 19. RGB value is (204,183,25). Sum of RGB (Red+Green+Blue) = 204+183+25=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB719 is #3348E6. Grayscale: #ABABAB. Windows color (decimal): -3360999 or 1685452. OLE color: 1685452.
HSL color Cylindrical-coordinate representation of color #CCB719: hue angle of 52.96º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCB719 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 25 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.2 |
| HSL | 52.96º | 0.78% | 0.45% | - |
| HSV(B) | 52.96º | 0.88% | 0.8% | - |
| XYZ | 42.01 | 46.77 | 7.73 | - |
| YUV | 171.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 25 | 0 | 0.10 | 0.88 | 0.2 | 52.96 | 0.78 | 0.45 |
| Hex | CC | B7 | 19 | 0 | A | 58 | 14 | 35 | 4E | 2D |
| Octal | 314 | 267 | 31 | 0 | 12 | 130 | 24 | 65 | 116 | 55 |
| Binary | 11001100 | 10110111 | 11001 | 0 | 1010 | 1011000 | 10100 | 110101 | 1001110 | 101101 |
Color Harmonies of #CCB719
Complementary color
Monochromatic Colors of #CCB719
Black with #CCB719
Text Example
Text Example
White with #CCB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB719; }
p { color: rgb(204,183,25); }
H1.HeaderClassName
{
color: #CCB719;
}
.AnyTagClassName
{
color: #CCB719;
}
</style>
background-color css
<style>
a { background-color: #CCB719; }
a { background-color: rgb(204,183,25); }
div.DivClassName
{
background-color: #CCB719;
}
.BgClassName
{
background-color: #CCB719;
}
</style>
border-color css
<style>
span { border-color: #CCB719; }
span { border-color: rgb(204,183,25); }
td.TdClassName
{
border-color: #CCB719;
}
.TagClassName
{
border-color: #CCB719;
}
</style>