Shades of Bird Flower #CDB10D
Tints of Bird Flower #CDB10D
RGB
CMYK
RGB Variations
Color information
#CDB10D (or 0xCDB10D) is known color: Bird Flower. HEX triplet: CD, B1 and 0D. RGB value is (205,177,13). Sum of RGB (Red+Green+Blue) = 205+177+13=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB10D is #324EF2. Grayscale: #A7A7A7. Windows color (decimal): -3297011 or 897485. OLE color: 897485.
HSL color Cylindrical-coordinate representation of color #CDB10D: hue angle of 51.25º 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 #CDB10D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.20 |
| HSL | 51.25º | 0.88% | 0.43% | - |
| HSV(B) | 51.25º | 0.94% | 0.8% | - |
| XYZ | 40.97 | 44.45 | 6.8 | - |
| YUV | 166.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 13 | 0 | 0.14 | 0.94 | 0.20 | 51.25 | 0.88 | 0.43 |
| Hex | CD | B1 | D | 0 | E | 5E | 14 | 33 | 58 | 2B |
| Octal | 315 | 261 | 15 | 0 | 16 | 136 | 24 | 63 | 130 | 53 |
| Binary | 11001101 | 10110001 | 1101 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011000 | 101011 |
Color Harmonies of #CDB10D
Complementary color
Monochromatic Colors of #CDB10D
Black with #CDB10D
Text Example
Text Example
White with #CDB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB10D; }
p { color: rgb(205,177,13); }
H1.HeaderClassName
{
color: #CDB10D;
}
.AnyTagClassName
{
color: #CDB10D;
}
</style>
background-color css
<style>
a { background-color: #CDB10D; }
a { background-color: rgb(205,177,13); }
div.DivClassName
{
background-color: #CDB10D;
}
.BgClassName
{
background-color: #CDB10D;
}
</style>
border-color css
<style>
span { border-color: #CDB10D; }
span { border-color: rgb(205,177,13); }
td.TdClassName
{
border-color: #CDB10D;
}
.TagClassName
{
border-color: #CDB10D;
}
</style>