Shades of Bird Flower #CCB623
Tints of Bird Flower #CCB623
RGB
CMYK
RGB Variations
Color information
#CCB623 (or 0xCCB623) is known color: Bird Flower. HEX triplet: CC, B6 and 23. RGB value is (204,182,35). Sum of RGB (Red+Green+Blue) = 204+182+35=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB623 is #3349DC. Grayscale: #ACACAC. Windows color (decimal): -3361245 or 2340556. OLE color: 2340556.
HSL color Cylindrical-coordinate representation of color #CCB623: hue angle of 52.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB623 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 35 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.2 |
| HSL | 52.19º | 0.71% | 0.47% | - |
| HSV(B) | 52.19º | 0.83% | 0.8% | - |
| XYZ | 41.93 | 46.41 | 8.34 | - |
| YUV | 171.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 35 | 0 | 0.11 | 0.83 | 0.2 | 52.19 | 0.71 | 0.47 |
| Hex | CC | B6 | 23 | 0 | B | 53 | 14 | 34 | 47 | 2F |
| Octal | 314 | 266 | 43 | 0 | 13 | 123 | 24 | 64 | 107 | 57 |
| Binary | 11001100 | 10110110 | 100011 | 0 | 1011 | 1010011 | 10100 | 110100 | 1000111 | 101111 |
Color Harmonies of #CCB623
Complementary color
Monochromatic Colors of #CCB623
Black with #CCB623
Text Example
Text Example
White with #CCB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB623; }
p { color: rgb(204,182,35); }
H1.HeaderClassName
{
color: #CCB623;
}
.AnyTagClassName
{
color: #CCB623;
}
</style>
background-color css
<style>
a { background-color: #CCB623; }
a { background-color: rgb(204,182,35); }
div.DivClassName
{
background-color: #CCB623;
}
.BgClassName
{
background-color: #CCB623;
}
</style>
border-color css
<style>
span { border-color: #CCB623; }
span { border-color: rgb(204,182,35); }
td.TdClassName
{
border-color: #CCB623;
}
.TagClassName
{
border-color: #CCB623;
}
</style>