Shades of Bird Flower #CCB323
Tints of Bird Flower #CCB323
RGB
CMYK
RGB Variations
Color information
#CCB323 (or 0xCCB323) is known color: Bird Flower. HEX triplet: CC, B3 and 23. RGB value is (204,179,35). Sum of RGB (Red+Green+Blue) = 204+179+35=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB323 is #334CDC. Grayscale: #AAAAAA. Windows color (decimal): -3362013 or 2339788. OLE color: 2339788.
HSL color Cylindrical-coordinate representation of color #CCB323: hue angle of 51.12º 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 #CCB323 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 35 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.2 |
| HSL | 51.12º | 0.71% | 0.47% | - |
| HSV(B) | 51.12º | 0.83% | 0.8% | - |
| XYZ | 41.33 | 45.2 | 8.14 | - |
| YUV | 170.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 35 | 0 | 0.12 | 0.83 | 0.2 | 51.12 | 0.71 | 0.47 |
| Hex | CC | B3 | 23 | 0 | C | 53 | 14 | 33 | 47 | 2F |
| Octal | 314 | 263 | 43 | 0 | 14 | 123 | 24 | 63 | 107 | 57 |
| Binary | 11001100 | 10110011 | 100011 | 0 | 1100 | 1010011 | 10100 | 110011 | 1000111 | 101111 |
Color Harmonies of #CCB323
Complementary color
Monochromatic Colors of #CCB323
Black with #CCB323
Text Example
Text Example
White with #CCB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB323; }
p { color: rgb(204,179,35); }
H1.HeaderClassName
{
color: #CCB323;
}
.AnyTagClassName
{
color: #CCB323;
}
</style>
background-color css
<style>
a { background-color: #CCB323; }
a { background-color: rgb(204,179,35); }
div.DivClassName
{
background-color: #CCB323;
}
.BgClassName
{
background-color: #CCB323;
}
</style>
border-color css
<style>
span { border-color: #CCB323; }
span { border-color: rgb(204,179,35); }
td.TdClassName
{
border-color: #CCB323;
}
.TagClassName
{
border-color: #CCB323;
}
</style>