Shades of Bird Flower #CCAB0D
Tints of Bird Flower #CCAB0D
RGB
CMYK
RGB Variations
Color information
#CCAB0D (or 0xCCAB0D) is known color: Bird Flower. HEX triplet: CC, AB and 0D. RGB value is (204,171,13). Sum of RGB (Red+Green+Blue) = 204+171+13=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB0D is #3354F2. Grayscale: #A3A3A3. Windows color (decimal): -3364083 or 895948. OLE color: 895948.
HSL color Cylindrical-coordinate representation of color #CCAB0D: hue angle of 49.63º 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 #CCAB0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.2 |
| HSL | 49.63º | 0.88% | 0.43% | - |
| HSV(B) | 49.63º | 0.94% | 0.8% | - |
| XYZ | 39.54 | 41.99 | 6.4 | - |
| YUV | 162.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 13 | 0 | 0.16 | 0.94 | 0.2 | 49.63 | 0.88 | 0.43 |
| Hex | CC | AB | D | 0 | 10 | 5E | 14 | 32 | 58 | 2B |
| Octal | 314 | 253 | 15 | 0 | 20 | 136 | 24 | 62 | 130 | 53 |
| Binary | 11001100 | 10101011 | 1101 | 0 | 10000 | 1011110 | 10100 | 110010 | 1011000 | 101011 |
Color Harmonies of #CCAB0D
Complementary color
Monochromatic Colors of #CCAB0D
Black with #CCAB0D
Text Example
Text Example
White with #CCAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB0D; }
p { color: rgb(204,171,13); }
H1.HeaderClassName
{
color: #CCAB0D;
}
.AnyTagClassName
{
color: #CCAB0D;
}
</style>
background-color css
<style>
a { background-color: #CCAB0D; }
a { background-color: rgb(204,171,13); }
div.DivClassName
{
background-color: #CCAB0D;
}
.BgClassName
{
background-color: #CCAB0D;
}
</style>
border-color css
<style>
span { border-color: #CCAB0D; }
span { border-color: rgb(204,171,13); }
td.TdClassName
{
border-color: #CCAB0D;
}
.TagClassName
{
border-color: #CCAB0D;
}
</style>