Shades of Bird Flower #DCDA09
Tints of Bird Flower #DCDA09
RGB
CMYK
RGB Variations
Color information
#DCDA09 (or 0xDCDA09) is known color: Bird Flower. HEX triplet: DC, DA and 09. RGB value is (220,218,9). Sum of RGB (Red+Green+Blue) = 220+218+9=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA09 is #2325F6. Grayscale: #C3C3C3. Windows color (decimal): -2303479 or 645852. OLE color: 645852.
HSL color Cylindrical-coordinate representation of color #DCDA09: hue angle of 59.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCDA09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 9 | - |
CMYK | 0 | 0.01 | 0.96 | 0.14 |
HSL | 59.43º | 0.92% | 0.45% | - |
HSV(B) | 59.43º | 0.96% | 0.86% | - |
XYZ | 54.64 | 65.38 | 10 | - |
YUV | 194.77 | 23.16 | 145.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 9 | 0 | 0.01 | 0.96 | 0.14 | 59.43 | 0.92 | 0.45 |
Hex | DC | DA | 9 | 0 | 1 | 60 | E | 3B | 5C | 2D |
Octal | 334 | 332 | 11 | 0 | 1 | 140 | 16 | 73 | 134 | 55 |
Binary | 11011100 | 11011010 | 1001 | 0 | 1 | 1100000 | 1110 | 111011 | 1011100 | 101101 |
Color Harmonies of #DCDA09
Complementary color
Monochromatic Colors of #DCDA09
Black with #DCDA09
Text Example
Text Example
White with #DCDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA09; }
p { color: rgb(220,218,9); }
H1.HeaderClassName
{
color: #DCDA09;
}
.AnyTagClassName
{
color: #DCDA09;
}
</style>
background-color css
<style>
a { background-color: #DCDA09; }
a { background-color: rgb(220,218,9); }
div.DivClassName
{
background-color: #DCDA09;
}
.BgClassName
{
background-color: #DCDA09;
}
</style>
border-color css
<style>
span { border-color: #DCDA09; }
span { border-color: rgb(220,218,9); }
td.TdClassName
{
border-color: #DCDA09;
}
.TagClassName
{
border-color: #DCDA09;
}
</style>