Shades of Bird Flower #DCD305
Tints of Bird Flower #DCD305
RGB
CMYK
RGB Variations
Color information
#DCD305 (or 0xDCD305) is known color: Bird Flower. HEX triplet: DC, D3 and 05. RGB value is (220,211,5). Sum of RGB (Red+Green+Blue) = 220+211+5=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD305 is #232CFA. Grayscale: #BFBFBF. Windows color (decimal): -2305275 or 381916. OLE color: 381916.
HSL color Cylindrical-coordinate representation of color #DCD305: hue angle of 57.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCD305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.14 |
| HSL | 57.49º | 0.96% | 0.44% | - |
| HSV(B) | 57.49º | 0.98% | 0.86% | - |
| XYZ | 52.84 | 61.82 | 9.29 | - |
| YUV | 190.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 5 | 0 | 0.04 | 0.98 | 0.14 | 57.49 | 0.96 | 0.44 |
| Hex | DC | D3 | 5 | 0 | 4 | 62 | E | 39 | 60 | 2C |
| Octal | 334 | 323 | 5 | 0 | 4 | 142 | 16 | 71 | 140 | 54 |
| Binary | 11011100 | 11010011 | 101 | 0 | 100 | 1100010 | 1110 | 111001 | 1100000 | 101100 |
Color Harmonies of #DCD305
Complementary color
Monochromatic Colors of #DCD305
Black with #DCD305
Text Example
Text Example
White with #DCD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD305; }
p { color: rgb(220,211,5); }
H1.HeaderClassName
{
color: #DCD305;
}
.AnyTagClassName
{
color: #DCD305;
}
</style>
background-color css
<style>
a { background-color: #DCD305; }
a { background-color: rgb(220,211,5); }
div.DivClassName
{
background-color: #DCD305;
}
.BgClassName
{
background-color: #DCD305;
}
</style>
border-color css
<style>
span { border-color: #DCD305; }
span { border-color: rgb(220,211,5); }
td.TdClassName
{
border-color: #DCD305;
}
.TagClassName
{
border-color: #DCD305;
}
</style>