Shades of Bird Flower #CDB419
Tints of Bird Flower #CDB419
RGB
CMYK
RGB Variations
Color information
#CDB419 (or 0xCDB419) is known color: Bird Flower. HEX triplet: CD, B4 and 19. RGB value is (205,180,25). Sum of RGB (Red+Green+Blue) = 205+180+25=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB419 is #324BE6. Grayscale: #AAAAAA. Windows color (decimal): -3296231 or 1684685. OLE color: 1684685.
HSL color Cylindrical-coordinate representation of color #CDB419: hue angle of 51.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDB419 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 25 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.20 |
| HSL | 51.67º | 0.78% | 0.45% | - |
| HSV(B) | 51.67º | 0.88% | 0.8% | - |
| XYZ | 41.67 | 45.69 | 7.54 | - |
| YUV | 169.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 25 | 0 | 0.12 | 0.88 | 0.20 | 51.67 | 0.78 | 0.45 |
| Hex | CD | B4 | 19 | 0 | C | 58 | 14 | 34 | 4E | 2D |
| Octal | 315 | 264 | 31 | 0 | 14 | 130 | 24 | 64 | 116 | 55 |
| Binary | 11001101 | 10110100 | 11001 | 0 | 1100 | 1011000 | 10100 | 110100 | 1001110 | 101101 |
Color Harmonies of #CDB419
Complementary color
Monochromatic Colors of #CDB419
Black with #CDB419
Text Example
Text Example
White with #CDB419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB419; }
p { color: rgb(205,180,25); }
H1.HeaderClassName
{
color: #CDB419;
}
.AnyTagClassName
{
color: #CDB419;
}
</style>
background-color css
<style>
a { background-color: #CDB419; }
a { background-color: rgb(205,180,25); }
div.DivClassName
{
background-color: #CDB419;
}
.BgClassName
{
background-color: #CDB419;
}
</style>
border-color css
<style>
span { border-color: #CDB419; }
span { border-color: rgb(205,180,25); }
td.TdClassName
{
border-color: #CDB419;
}
.TagClassName
{
border-color: #CDB419;
}
</style>