Shades of Bird Flower #DCDC07
Tints of Bird Flower #DCDC07
RGB
CMYK
RGB Variations
Color information
#DCDC07 (or 0xDCDC07) is known color: Bird Flower. HEX triplet: DC, DC and 07. RGB value is (220,220,7). Sum of RGB (Red+Green+Blue) = 220+220+7=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC07 is #2323F8. Grayscale: #C4C4C4. Windows color (decimal): -2302969 or 515292. OLE color: 515292.
HSL color Cylindrical-coordinate representation of color #DCDC07: hue angle of 60º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCDC07 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.14 |
| HSL | 60º | 0.94% | 0.45% | - |
| HSV(B) | 60º | 0.97% | 0.86% | - |
| XYZ | 55.15 | 66.42 | 10.11 | - |
| YUV | 195.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 7 | 0 | 0 | 0.97 | 0.14 | 60 | 0.94 | 0.45 |
| Hex | DC | DC | 7 | 0 | 0 | 61 | E | 3C | 5E | 2D |
| Octal | 334 | 334 | 7 | 0 | 0 | 141 | 16 | 74 | 136 | 55 |
| Binary | 11011100 | 11011100 | 111 | 0 | 0 | 1100001 | 1110 | 111100 | 1011110 | 101101 |
Color Harmonies of #DCDC07
Complementary color
Monochromatic Colors of #DCDC07
Black with #DCDC07
Text Example
Text Example
White with #DCDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC07; }
p { color: rgb(220,220,7); }
H1.HeaderClassName
{
color: #DCDC07;
}
.AnyTagClassName
{
color: #DCDC07;
}
</style>
background-color css
<style>
a { background-color: #DCDC07; }
a { background-color: rgb(220,220,7); }
div.DivClassName
{
background-color: #DCDC07;
}
.BgClassName
{
background-color: #DCDC07;
}
</style>
border-color css
<style>
span { border-color: #DCDC07; }
span { border-color: rgb(220,220,7); }
td.TdClassName
{
border-color: #DCDC07;
}
.TagClassName
{
border-color: #DCDC07;
}
</style>