Shades of Bird Flower #DCDA00
Tints of Bird Flower #DCDA00
RGB
CMYK
RGB Variations
Color information
#DCDA00 (or 0xDCDA00) is known color: Bird Flower. HEX triplet: DC, DA and 00. RGB value is (220,218,0). Sum of RGB (Red+Green+Blue) = 220+218+0=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA00 is #2325FF. Grayscale: #C2C2C2. Windows color (decimal): -2303488 or 56028. OLE color: 56028.
HSL color Cylindrical-coordinate representation of color #DCDA00: hue angle of 59.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCDA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.14 |
| HSL | 59.45º | 1% | 0.43% | - |
| HSV(B) | 59.45º | 1% | 0.86% | - |
| XYZ | 54.59 | 65.36 | 9.74 | - |
| YUV | 193.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 0 | 0 | 0.01 | 1 | 0.14 | 59.45 | 1 | 0.43 |
| Hex | DC | DA | 0 | 0 | 1 | 64 | E | 3B | 64 | 2B |
| Octal | 334 | 332 | 0 | 0 | 1 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011100 | 11011010 | 0 | 0 | 1 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DCDA00
Complementary color
Monochromatic Colors of #DCDA00
Black with #DCDA00
Text Example
Text Example
White with #DCDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA00; }
p { color: rgb(220,218,0); }
H1.HeaderClassName
{
color: #DCDA00;
}
.AnyTagClassName
{
color: #DCDA00;
}
</style>
background-color css
<style>
a { background-color: #DCDA00; }
a { background-color: rgb(220,218,0); }
div.DivClassName
{
background-color: #DCDA00;
}
.BgClassName
{
background-color: #DCDA00;
}
</style>
border-color css
<style>
span { border-color: #DCDA00; }
span { border-color: rgb(220,218,0); }
td.TdClassName
{
border-color: #DCDA00;
}
.TagClassName
{
border-color: #DCDA00;
}
</style>