Shades of Bird Flower #CDB605
Tints of Bird Flower #CDB605
RGB
CMYK
RGB Variations
Color information
#CDB605 (or 0xCDB605) is known color: Bird Flower. HEX triplet: CD, B6 and 05. RGB value is (205,182,5). Sum of RGB (Red+Green+Blue) = 205+182+5=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB605 is #3249FA. Grayscale: #A9A9A9. Windows color (decimal): -3295739 or 374477. OLE color: 374477.
HSL color Cylindrical-coordinate representation of color #CDB605: hue angle of 53.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB605 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.20 |
| HSL | 53.1º | 0.95% | 0.41% | - |
| HSV(B) | 53.1º | 0.98% | 0.8% | - |
| XYZ | 41.93 | 46.45 | 6.9 | - |
| YUV | 168.7 | 35.62 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 5 | 0 | 0.11 | 0.98 | 0.20 | 53.1 | 0.95 | 0.41 |
| Hex | CD | B6 | 5 | 0 | B | 62 | 14 | 35 | 5F | 29 |
| Octal | 315 | 266 | 5 | 0 | 13 | 142 | 24 | 65 | 137 | 51 |
| Binary | 11001101 | 10110110 | 101 | 0 | 1011 | 1100010 | 10100 | 110101 | 1011111 | 101001 |
Color Harmonies of #CDB605
Complementary color
Monochromatic Colors of #CDB605
Black with #CDB605
Text Example
Text Example
White with #CDB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB605; }
p { color: rgb(205,182,5); }
H1.HeaderClassName
{
color: #CDB605;
}
.AnyTagClassName
{
color: #CDB605;
}
</style>
background-color css
<style>
a { background-color: #CDB605; }
a { background-color: rgb(205,182,5); }
div.DivClassName
{
background-color: #CDB605;
}
.BgClassName
{
background-color: #CDB605;
}
</style>
border-color css
<style>
span { border-color: #CDB605; }
span { border-color: rgb(205,182,5); }
td.TdClassName
{
border-color: #CDB605;
}
.TagClassName
{
border-color: #CDB605;
}
</style>