Shades of Bird Flower #D4DC06
Tints of Bird Flower #D4DC06
RGB
CMYK
RGB Variations
Color information
#D4DC06 (or 0xD4DC06) is known color: Bird Flower. HEX triplet: D4, DC and 06. RGB value is (212,220,6). Sum of RGB (Red+Green+Blue) = 212+220+6=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DC06 is #2B23F9. Grayscale: #C2C2C2. Windows color (decimal): -2827258 or 449748. OLE color: 449748.
HSL color Cylindrical-coordinate representation of color #D4DC06: hue angle of 62.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4DC06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.14 |
| HSL | 62.24º | 0.95% | 0.44% | - |
| HSV(B) | 62.24º | 0.97% | 0.86% | - |
| XYZ | 52.78 | 65.2 | 9.97 | - |
| YUV | 193.21 | 22.35 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 6 | 0.04 | 0 | 0.97 | 0.14 | 62.24 | 0.95 | 0.44 |
| Hex | D4 | DC | 6 | 4 | 0 | 61 | E | 3E | 5F | 2C |
| Octal | 324 | 334 | 6 | 4 | 0 | 141 | 16 | 76 | 137 | 54 |
| Binary | 11010100 | 11011100 | 110 | 100 | 0 | 1100001 | 1110 | 111110 | 1011111 | 101100 |
Color Harmonies of #D4DC06
Complementary color
Monochromatic Colors of #D4DC06
Black with #D4DC06
Text Example
Text Example
White with #D4DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC06; }
p { color: rgb(212,220,6); }
H1.HeaderClassName
{
color: #D4DC06;
}
.AnyTagClassName
{
color: #D4DC06;
}
</style>
background-color css
<style>
a { background-color: #D4DC06; }
a { background-color: rgb(212,220,6); }
div.DivClassName
{
background-color: #D4DC06;
}
.BgClassName
{
background-color: #D4DC06;
}
</style>
border-color css
<style>
span { border-color: #D4DC06; }
span { border-color: rgb(212,220,6); }
td.TdClassName
{
border-color: #D4DC06;
}
.TagClassName
{
border-color: #D4DC06;
}
</style>