Shades of Bird Flower #CDAE00
Tints of Bird Flower #CDAE00
RGB
CMYK
RGB Variations
Color information
#CDAE00 (or 0xCDAE00) is known color: Bird Flower. HEX triplet: CD, AE and 00. RGB value is (205,174,0). Sum of RGB (Red+Green+Blue) = 205+174+0=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAE00 is #3251FF. Grayscale: #A4A4A4. Windows color (decimal): -3297792 or 44749. OLE color: 44749.
HSL color Cylindrical-coordinate representation of color #CDAE00: hue angle of 50.93º 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 #CDAE00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.20 |
| HSL | 50.93º | 1% | 0.4% | - |
| HSV(B) | 50.93º | 1% | 0.8% | - |
| XYZ | 40.31 | 43.25 | 6.22 | - |
| YUV | 163.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 0 | 0 | 0.15 | 1 | 0.20 | 50.93 | 1 | 0.4 |
| Hex | CD | AE | 0 | 0 | F | 64 | 14 | 33 | 64 | 28 |
| Octal | 315 | 256 | 0 | 0 | 17 | 144 | 24 | 63 | 144 | 50 |
| Binary | 11001101 | 10101110 | 0 | 0 | 1111 | 1100100 | 10100 | 110011 | 1100100 | 101000 |
Color Harmonies of #CDAE00
Complementary color
Monochromatic Colors of #CDAE00
Black with #CDAE00
Text Example
Text Example
White with #CDAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAE00; }
p { color: rgb(205,174,0); }
H1.HeaderClassName
{
color: #CDAE00;
}
.AnyTagClassName
{
color: #CDAE00;
}
</style>
background-color css
<style>
a { background-color: #CDAE00; }
a { background-color: rgb(205,174,0); }
div.DivClassName
{
background-color: #CDAE00;
}
.BgClassName
{
background-color: #CDAE00;
}
</style>
border-color css
<style>
span { border-color: #CDAE00; }
span { border-color: rgb(205,174,0); }
td.TdClassName
{
border-color: #CDAE00;
}
.TagClassName
{
border-color: #CDAE00;
}
</style>