Shades of Bird Flower #CDB401
Tints of Bird Flower #CDB401
RGB
CMYK
RGB Variations
Color information
#CDB401 (or 0xCDB401) is known color: Bird Flower. HEX triplet: CD, B4 and 01. RGB value is (205,180,1). Sum of RGB (Red+Green+Blue) = 205+180+1=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB401 is #324BFE. Grayscale: #A7A7A7. Windows color (decimal): -3296255 or 111821. OLE color: 111821.
HSL color Cylindrical-coordinate representation of color #CDB401: hue angle of 52.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDB401 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.20 |
| HSL | 52.65º | 0.99% | 0.4% | - |
| HSV(B) | 52.65º | 1% | 0.8% | - |
| XYZ | 41.5 | 45.62 | 6.65 | - |
| YUV | 167.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 1 | 0 | 0.12 | 1.00 | 0.20 | 52.65 | 0.99 | 0.4 |
| Hex | CD | B4 | 1 | 0 | C | 64 | 14 | 35 | 63 | 28 |
| Octal | 315 | 264 | 1 | 0 | 14 | 144 | 24 | 65 | 143 | 50 |
| Binary | 11001101 | 10110100 | 1 | 0 | 1100 | 1100100 | 10100 | 110101 | 1100011 | 101000 |
Color Harmonies of #CDB401
Complementary color
Monochromatic Colors of #CDB401
Black with #CDB401
Text Example
Text Example
White with #CDB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB401; }
p { color: rgb(205,180,1); }
H1.HeaderClassName
{
color: #CDB401;
}
.AnyTagClassName
{
color: #CDB401;
}
</style>
background-color css
<style>
a { background-color: #CDB401; }
a { background-color: rgb(205,180,1); }
div.DivClassName
{
background-color: #CDB401;
}
.BgClassName
{
background-color: #CDB401;
}
</style>
border-color css
<style>
span { border-color: #CDB401; }
span { border-color: rgb(205,180,1); }
td.TdClassName
{
border-color: #CDB401;
}
.TagClassName
{
border-color: #CDB401;
}
</style>