Shades of Bird Flower #DCDA08
Tints of Bird Flower #DCDA08
RGB
CMYK
RGB Variations
Color information
#DCDA08 (or 0xDCDA08) is known color: Bird Flower. HEX triplet: DC, DA and 08. RGB value is (220,218,8). Sum of RGB (Red+Green+Blue) = 220+218+8=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA08 is #2325F7. Grayscale: #C3C3C3. Windows color (decimal): -2303480 or 580316. OLE color: 580316.
HSL color Cylindrical-coordinate representation of color #DCDA08: hue angle of 59.43º degrees, saturation: 0.93, 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 #DCDA08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.14 |
| HSL | 59.43º | 0.93% | 0.45% | - |
| HSV(B) | 59.43º | 0.96% | 0.86% | - |
| XYZ | 54.63 | 65.38 | 9.97 | - |
| YUV | 194.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 8 | 0 | 0.01 | 0.96 | 0.14 | 59.43 | 0.93 | 0.45 |
| Hex | DC | DA | 8 | 0 | 1 | 60 | E | 3B | 5D | 2D |
| Octal | 334 | 332 | 10 | 0 | 1 | 140 | 16 | 73 | 135 | 55 |
| Binary | 11011100 | 11011010 | 1000 | 0 | 1 | 1100000 | 1110 | 111011 | 1011101 | 101101 |
Color Harmonies of #DCDA08
Complementary color
Monochromatic Colors of #DCDA08
Black with #DCDA08
Text Example
Text Example
White with #DCDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA08; }
p { color: rgb(220,218,8); }
H1.HeaderClassName
{
color: #DCDA08;
}
.AnyTagClassName
{
color: #DCDA08;
}
</style>
background-color css
<style>
a { background-color: #DCDA08; }
a { background-color: rgb(220,218,8); }
div.DivClassName
{
background-color: #DCDA08;
}
.BgClassName
{
background-color: #DCDA08;
}
</style>
border-color css
<style>
span { border-color: #DCDA08; }
span { border-color: rgb(220,218,8); }
td.TdClassName
{
border-color: #DCDA08;
}
.TagClassName
{
border-color: #DCDA08;
}
</style>