Shades of Bird Flower #CDB00C
Tints of Bird Flower #CDB00C
RGB
CMYK
RGB Variations
Color information
#CDB00C (or 0xCDB00C) is known color: Bird Flower. HEX triplet: CD, B0 and 0C. RGB value is (205,176,12). Sum of RGB (Red+Green+Blue) = 205+176+12=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB00C is #324FF3. Grayscale: #A6A6A6. Windows color (decimal): -3297268 or 831693. OLE color: 831693.
HSL color Cylindrical-coordinate representation of color #CDB00C: hue angle of 50.98º degrees, saturation: 0.89, 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 #CDB00C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.20 |
| HSL | 50.98º | 0.89% | 0.43% | - |
| HSV(B) | 50.98º | 0.94% | 0.8% | - |
| XYZ | 40.77 | 44.06 | 6.7 | - |
| YUV | 165.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 12 | 0 | 0.14 | 0.94 | 0.20 | 50.98 | 0.89 | 0.43 |
| Hex | CD | B0 | C | 0 | E | 5E | 14 | 33 | 59 | 2B |
| Octal | 315 | 260 | 14 | 0 | 16 | 136 | 24 | 63 | 131 | 53 |
| Binary | 11001101 | 10110000 | 1100 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011001 | 101011 |
Color Harmonies of #CDB00C
Complementary color
Monochromatic Colors of #CDB00C
Black with #CDB00C
Text Example
Text Example
White with #CDB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB00C; }
p { color: rgb(205,176,12); }
H1.HeaderClassName
{
color: #CDB00C;
}
.AnyTagClassName
{
color: #CDB00C;
}
</style>
background-color css
<style>
a { background-color: #CDB00C; }
a { background-color: rgb(205,176,12); }
div.DivClassName
{
background-color: #CDB00C;
}
.BgClassName
{
background-color: #CDB00C;
}
</style>
border-color css
<style>
span { border-color: #CDB00C; }
span { border-color: rgb(205,176,12); }
td.TdClassName
{
border-color: #CDB00C;
}
.TagClassName
{
border-color: #CDB00C;
}
</style>