Shades of Bird Flower #CDB405
Tints of Bird Flower #CDB405
RGB
CMYK
RGB Variations
Color information
#CDB405 (or 0xCDB405) is known color: Bird Flower. HEX triplet: CD, B4 and 05. RGB value is (205,180,5). Sum of RGB (Red+Green+Blue) = 205+180+5=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB405 is #324BFA. Grayscale: #A8A8A8. Windows color (decimal): -3296251 or 373965. OLE color: 373965.
HSL color Cylindrical-coordinate representation of color #CDB405: hue angle of 52.5º 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 #CDB405 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.20 |
| HSL | 52.5º | 0.95% | 0.41% | - |
| HSV(B) | 52.5º | 0.98% | 0.8% | - |
| XYZ | 41.53 | 45.63 | 6.76 | - |
| YUV | 167.53 | 36.28 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 5 | 0 | 0.12 | 0.98 | 0.20 | 52.5 | 0.95 | 0.41 |
| Hex | CD | B4 | 5 | 0 | C | 62 | 14 | 34 | 5F | 29 |
| Octal | 315 | 264 | 5 | 0 | 14 | 142 | 24 | 64 | 137 | 51 |
| Binary | 11001101 | 10110100 | 101 | 0 | 1100 | 1100010 | 10100 | 110100 | 1011111 | 101001 |
Color Harmonies of #CDB405
Complementary color
Monochromatic Colors of #CDB405
Black with #CDB405
Text Example
Text Example
White with #CDB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB405; }
p { color: rgb(205,180,5); }
H1.HeaderClassName
{
color: #CDB405;
}
.AnyTagClassName
{
color: #CDB405;
}
</style>
background-color css
<style>
a { background-color: #CDB405; }
a { background-color: rgb(205,180,5); }
div.DivClassName
{
background-color: #CDB405;
}
.BgClassName
{
background-color: #CDB405;
}
</style>
border-color css
<style>
span { border-color: #CDB405; }
span { border-color: rgb(205,180,5); }
td.TdClassName
{
border-color: #CDB405;
}
.TagClassName
{
border-color: #CDB405;
}
</style>