Shades of Bird Flower #DCD803
Tints of Bird Flower #DCD803
RGB
CMYK
RGB Variations
Color information
#DCD803 (or 0xDCD803) is known color: Bird Flower. HEX triplet: DC, D8 and 03. RGB value is (220,216,3). Sum of RGB (Red+Green+Blue) = 220+216+3=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD803 is #2327FC. Grayscale: #C1C1C1. Windows color (decimal): -2303997 or 252124. OLE color: 252124.
HSL color Cylindrical-coordinate representation of color #DCD803: hue angle of 58.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCD803 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.14 |
| HSL | 58.89º | 0.97% | 0.44% | - |
| HSV(B) | 58.89º | 0.99% | 0.86% | - |
| XYZ | 54.09 | 64.33 | 9.65 | - |
| YUV | 192.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 3 | 0 | 0.02 | 0.99 | 0.14 | 58.89 | 0.97 | 0.44 |
| Hex | DC | D8 | 3 | 0 | 2 | 63 | E | 3B | 61 | 2C |
| Octal | 334 | 330 | 3 | 0 | 2 | 143 | 16 | 73 | 141 | 54 |
| Binary | 11011100 | 11011000 | 11 | 0 | 10 | 1100011 | 1110 | 111011 | 1100001 | 101100 |
Color Harmonies of #DCD803
Complementary color
Monochromatic Colors of #DCD803
Black with #DCD803
Text Example
Text Example
White with #DCD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD803; }
p { color: rgb(220,216,3); }
H1.HeaderClassName
{
color: #DCD803;
}
.AnyTagClassName
{
color: #DCD803;
}
</style>
background-color css
<style>
a { background-color: #DCD803; }
a { background-color: rgb(220,216,3); }
div.DivClassName
{
background-color: #DCD803;
}
.BgClassName
{
background-color: #DCD803;
}
</style>
border-color css
<style>
span { border-color: #DCD803; }
span { border-color: rgb(220,216,3); }
td.TdClassName
{
border-color: #DCD803;
}
.TagClassName
{
border-color: #DCD803;
}
</style>