Shades of Bird Flower #CDB900
Tints of Bird Flower #CDB900
RGB
CMYK
RGB Variations
Color information
#CDB900 (or 0xCDB900) is known color: Bird Flower. HEX triplet: CD, B9 and 00. RGB value is (205,185,0). Sum of RGB (Red+Green+Blue) = 205+185+0=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB900 is #3246FF. Grayscale: #AAAAAA. Windows color (decimal): -3294976 or 47565. OLE color: 47565.
HSL color Cylindrical-coordinate representation of color #CDB900: hue angle of 54.15º 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 #CDB900 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.20 |
| HSL | 54.15º | 1% | 0.4% | - |
| HSV(B) | 54.15º | 1% | 0.8% | - |
| XYZ | 42.53 | 47.68 | 6.96 | - |
| YUV | 169.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 0 | 0 | 0.10 | 1 | 0.20 | 54.15 | 1 | 0.4 |
| Hex | CD | B9 | 0 | 0 | A | 64 | 14 | 36 | 64 | 28 |
| Octal | 315 | 271 | 0 | 0 | 12 | 144 | 24 | 66 | 144 | 50 |
| Binary | 11001101 | 10111001 | 0 | 0 | 1010 | 1100100 | 10100 | 110110 | 1100100 | 101000 |
Color Harmonies of #CDB900
Complementary color
Monochromatic Colors of #CDB900
Black with #CDB900
Text Example
Text Example
White with #CDB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB900; }
p { color: rgb(205,185,0); }
H1.HeaderClassName
{
color: #CDB900;
}
.AnyTagClassName
{
color: #CDB900;
}
</style>
background-color css
<style>
a { background-color: #CDB900; }
a { background-color: rgb(205,185,0); }
div.DivClassName
{
background-color: #CDB900;
}
.BgClassName
{
background-color: #CDB900;
}
</style>
border-color css
<style>
span { border-color: #CDB900; }
span { border-color: rgb(205,185,0); }
td.TdClassName
{
border-color: #CDB900;
}
.TagClassName
{
border-color: #CDB900;
}
</style>