Shades of Bird Flower #D8DC01
Tints of Bird Flower #D8DC01
RGB
CMYK
RGB Variations
Color information
#D8DC01 (or 0xD8DC01) is known color: Bird Flower. HEX triplet: D8, DC and 01. RGB value is (216,220,1). Sum of RGB (Red+Green+Blue) = 216+220+1=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC01 is #2723FE. Grayscale: #C2C2C2. Windows color (decimal): -2565119 or 122072. OLE color: 122072.
HSL color Cylindrical-coordinate representation of color #D8DC01: hue angle of 61.1º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8DC01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.14 |
| HSL | 61.1º | 0.99% | 0.43% | - |
| HSV(B) | 61.1º | 1% | 0.86% | - |
| XYZ | 53.92 | 65.79 | 9.89 | - |
| YUV | 193.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 1 | 0.02 | 0 | 1.00 | 0.14 | 61.1 | 0.99 | 0.43 |
| Hex | D8 | DC | 1 | 2 | 0 | 64 | E | 3D | 63 | 2B |
| Octal | 330 | 334 | 1 | 2 | 0 | 144 | 16 | 75 | 143 | 53 |
| Binary | 11011000 | 11011100 | 1 | 10 | 0 | 1100100 | 1110 | 111101 | 1100011 | 101011 |
Color Harmonies of #D8DC01
Complementary color
Monochromatic Colors of #D8DC01
Black with #D8DC01
Text Example
Text Example
White with #D8DC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC01; }
p { color: rgb(216,220,1); }
H1.HeaderClassName
{
color: #D8DC01;
}
.AnyTagClassName
{
color: #D8DC01;
}
</style>
background-color css
<style>
a { background-color: #D8DC01; }
a { background-color: rgb(216,220,1); }
div.DivClassName
{
background-color: #D8DC01;
}
.BgClassName
{
background-color: #D8DC01;
}
</style>
border-color css
<style>
span { border-color: #D8DC01; }
span { border-color: rgb(216,220,1); }
td.TdClassName
{
border-color: #D8DC01;
}
.TagClassName
{
border-color: #D8DC01;
}
</style>