Shades of Bird Flower #CDB10C
Tints of Bird Flower #CDB10C
RGB
CMYK
RGB Variations
Color information
#CDB10C (or 0xCDB10C) is known color: Bird Flower. HEX triplet: CD, B1 and 0C. RGB value is (205,177,12). Sum of RGB (Red+Green+Blue) = 205+177+12=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB10C is #324EF3. Grayscale: #A7A7A7. Windows color (decimal): -3297012 or 831949. OLE color: 831949.
HSL color Cylindrical-coordinate representation of color #CDB10C: hue angle of 51.3º 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 #CDB10C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.20 |
| HSL | 51.3º | 0.89% | 0.43% | - |
| HSV(B) | 51.3º | 0.94% | 0.8% | - |
| XYZ | 40.97 | 44.45 | 6.77 | - |
| YUV | 166.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 12 | 0 | 0.14 | 0.94 | 0.20 | 51.3 | 0.89 | 0.43 |
| Hex | CD | B1 | C | 0 | E | 5E | 14 | 33 | 59 | 2B |
| Octal | 315 | 261 | 14 | 0 | 16 | 136 | 24 | 63 | 131 | 53 |
| Binary | 11001101 | 10110001 | 1100 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011001 | 101011 |
Color Harmonies of #CDB10C
Complementary color
Monochromatic Colors of #CDB10C
Black with #CDB10C
Text Example
Text Example
White with #CDB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB10C; }
p { color: rgb(205,177,12); }
H1.HeaderClassName
{
color: #CDB10C;
}
.AnyTagClassName
{
color: #CDB10C;
}
</style>
background-color css
<style>
a { background-color: #CDB10C; }
a { background-color: rgb(205,177,12); }
div.DivClassName
{
background-color: #CDB10C;
}
.BgClassName
{
background-color: #CDB10C;
}
</style>
border-color css
<style>
span { border-color: #CDB10C; }
span { border-color: rgb(205,177,12); }
td.TdClassName
{
border-color: #CDB10C;
}
.TagClassName
{
border-color: #CDB10C;
}
</style>