Shades of Bird Flower #CDB409
Tints of Bird Flower #CDB409
RGB
CMYK
RGB Variations
Color information
#CDB409 (or 0xCDB409) is known color: Bird Flower. HEX triplet: CD, B4 and 09. RGB value is (205,180,9). Sum of RGB (Red+Green+Blue) = 205+180+9=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB409 is #324BF6. Grayscale: #A8A8A8. Windows color (decimal): -3296247 or 636109. OLE color: 636109.
HSL color Cylindrical-coordinate representation of color #CDB409: hue angle of 52.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDB409 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.20 |
| HSL | 52.35º | 0.92% | 0.42% | - |
| HSV(B) | 52.35º | 0.96% | 0.8% | - |
| XYZ | 41.55 | 45.64 | 6.88 | - |
| YUV | 167.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 9 | 0 | 0.12 | 0.96 | 0.20 | 52.35 | 0.92 | 0.42 |
| Hex | CD | B4 | 9 | 0 | C | 60 | 14 | 34 | 5C | 2A |
| Octal | 315 | 264 | 11 | 0 | 14 | 140 | 24 | 64 | 134 | 52 |
| Binary | 11001101 | 10110100 | 1001 | 0 | 1100 | 1100000 | 10100 | 110100 | 1011100 | 101010 |
Color Harmonies of #CDB409
Complementary color
Monochromatic Colors of #CDB409
Black with #CDB409
Text Example
Text Example
White with #CDB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB409; }
p { color: rgb(205,180,9); }
H1.HeaderClassName
{
color: #CDB409;
}
.AnyTagClassName
{
color: #CDB409;
}
</style>
background-color css
<style>
a { background-color: #CDB409; }
a { background-color: rgb(205,180,9); }
div.DivClassName
{
background-color: #CDB409;
}
.BgClassName
{
background-color: #CDB409;
}
</style>
border-color css
<style>
span { border-color: #CDB409; }
span { border-color: rgb(205,180,9); }
td.TdClassName
{
border-color: #CDB409;
}
.TagClassName
{
border-color: #CDB409;
}
</style>