Shades of Bird Flower #CDB609
Tints of Bird Flower #CDB609
RGB
CMYK
RGB Variations
Color information
#CDB609 (or 0xCDB609) is known color: Bird Flower. HEX triplet: CD, B6 and 09. RGB value is (205,182,9). Sum of RGB (Red+Green+Blue) = 205+182+9=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB609 is #3249F6. Grayscale: #A9A9A9. Windows color (decimal): -3295735 or 636621. OLE color: 636621.
HSL color Cylindrical-coordinate representation of color #CDB609: hue angle of 52.96º 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 #CDB609 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.20 |
| HSL | 52.96º | 0.92% | 0.42% | - |
| HSV(B) | 52.96º | 0.96% | 0.8% | - |
| XYZ | 41.95 | 46.45 | 7.01 | - |
| YUV | 169.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 9 | 0 | 0.11 | 0.96 | 0.20 | 52.96 | 0.92 | 0.42 |
| Hex | CD | B6 | 9 | 0 | B | 60 | 14 | 35 | 5C | 2A |
| Octal | 315 | 266 | 11 | 0 | 13 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001101 | 10110110 | 1001 | 0 | 1011 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CDB609
Complementary color
Monochromatic Colors of #CDB609
Black with #CDB609
Text Example
Text Example
White with #CDB609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB609; }
p { color: rgb(205,182,9); }
H1.HeaderClassName
{
color: #CDB609;
}
.AnyTagClassName
{
color: #CDB609;
}
</style>
background-color css
<style>
a { background-color: #CDB609; }
a { background-color: rgb(205,182,9); }
div.DivClassName
{
background-color: #CDB609;
}
.BgClassName
{
background-color: #CDB609;
}
</style>
border-color css
<style>
span { border-color: #CDB609; }
span { border-color: rgb(205,182,9); }
td.TdClassName
{
border-color: #CDB609;
}
.TagClassName
{
border-color: #CDB609;
}
</style>