Shades of Bird Flower #CDB100
Tints of Bird Flower #CDB100
RGB
CMYK
RGB Variations
Color information
#CDB100 (or 0xCDB100) is known color: Bird Flower. HEX triplet: CD, B1 and 00. RGB value is (205,177,0). Sum of RGB (Red+Green+Blue) = 205+177+0=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB100 is #324EFF. Grayscale: #A5A5A5. Windows color (decimal): -3297024 or 45517. OLE color: 45517.
HSL color Cylindrical-coordinate representation of color #CDB100: hue angle of 51.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDB100 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.20 |
| HSL | 51.8º | 1% | 0.4% | - |
| HSV(B) | 51.8º | 1% | 0.8% | - |
| XYZ | 40.9 | 44.42 | 6.42 | - |
| YUV | 165.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 0 | 0 | 0.14 | 1 | 0.20 | 51.8 | 1 | 0.4 |
| Hex | CD | B1 | 0 | 0 | E | 64 | 14 | 34 | 64 | 28 |
| Octal | 315 | 261 | 0 | 0 | 16 | 144 | 24 | 64 | 144 | 50 |
| Binary | 11001101 | 10110001 | 0 | 0 | 1110 | 1100100 | 10100 | 110100 | 1100100 | 101000 |
Color Harmonies of #CDB100
Complementary color
Monochromatic Colors of #CDB100
Black with #CDB100
Text Example
Text Example
White with #CDB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB100; }
p { color: rgb(205,177,0); }
H1.HeaderClassName
{
color: #CDB100;
}
.AnyTagClassName
{
color: #CDB100;
}
</style>
background-color css
<style>
a { background-color: #CDB100; }
a { background-color: rgb(205,177,0); }
div.DivClassName
{
background-color: #CDB100;
}
.BgClassName
{
background-color: #CDB100;
}
</style>
border-color css
<style>
span { border-color: #CDB100; }
span { border-color: rgb(205,177,0); }
td.TdClassName
{
border-color: #CDB100;
}
.TagClassName
{
border-color: #CDB100;
}
</style>