Shades of Bird Flower #DCD30D
Tints of Bird Flower #DCD30D
RGB
CMYK
RGB Variations
Color information
#DCD30D (or 0xDCD30D) is known color: Bird Flower. HEX triplet: DC, D3 and 0D. RGB value is (220,211,13). Sum of RGB (Red+Green+Blue) = 220+211+13=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD30D is #232CF2. Grayscale: #BFBFBF. Windows color (decimal): -2305267 or 906204. OLE color: 906204.
HSL color Cylindrical-coordinate representation of color #DCD30D: hue angle of 57.39º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD30D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.14 |
| HSL | 57.39º | 0.89% | 0.46% | - |
| HSV(B) | 57.39º | 0.94% | 0.86% | - |
| XYZ | 52.88 | 61.83 | 9.53 | - |
| YUV | 191.12 | 27.48 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 13 | 0 | 0.04 | 0.94 | 0.14 | 57.39 | 0.89 | 0.46 |
| Hex | DC | D3 | D | 0 | 4 | 5E | E | 39 | 59 | 2E |
| Octal | 334 | 323 | 15 | 0 | 4 | 136 | 16 | 71 | 131 | 56 |
| Binary | 11011100 | 11010011 | 1101 | 0 | 100 | 1011110 | 1110 | 111001 | 1011001 | 101110 |
Color Harmonies of #DCD30D
Complementary color
Monochromatic Colors of #DCD30D
Black with #DCD30D
Text Example
Text Example
White with #DCD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD30D; }
p { color: rgb(220,211,13); }
H1.HeaderClassName
{
color: #DCD30D;
}
.AnyTagClassName
{
color: #DCD30D;
}
</style>
background-color css
<style>
a { background-color: #DCD30D; }
a { background-color: rgb(220,211,13); }
div.DivClassName
{
background-color: #DCD30D;
}
.BgClassName
{
background-color: #DCD30D;
}
</style>
border-color css
<style>
span { border-color: #DCD30D; }
span { border-color: rgb(220,211,13); }
td.TdClassName
{
border-color: #DCD30D;
}
.TagClassName
{
border-color: #DCD30D;
}
</style>