Shades of Bird Flower #DCD70B
Tints of Bird Flower #DCD70B
RGB
CMYK
RGB Variations
Color information
#DCD70B (or 0xDCD70B) is known color: Bird Flower. HEX triplet: DC, D7 and 0B. RGB value is (220,215,11). Sum of RGB (Red+Green+Blue) = 220+215+11=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD70B is #2328F4. Grayscale: #C2C2C2. Windows color (decimal): -2304245 or 776156. OLE color: 776156.
HSL color Cylindrical-coordinate representation of color #DCD70B: hue angle of 58.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCD70B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.14 |
| HSL | 58.56º | 0.9% | 0.45% | - |
| HSV(B) | 58.56º | 0.95% | 0.86% | - |
| XYZ | 53.88 | 63.84 | 9.8 | - |
| YUV | 193.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 11 | 0 | 0.02 | 0.95 | 0.14 | 58.56 | 0.9 | 0.45 |
| Hex | DC | D7 | B | 0 | 2 | 5F | E | 3B | 5A | 2D |
| Octal | 334 | 327 | 13 | 0 | 2 | 137 | 16 | 73 | 132 | 55 |
| Binary | 11011100 | 11010111 | 1011 | 0 | 10 | 1011111 | 1110 | 111011 | 1011010 | 101101 |
Color Harmonies of #DCD70B
Complementary color
Monochromatic Colors of #DCD70B
Black with #DCD70B
Text Example
Text Example
White with #DCD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD70B; }
p { color: rgb(220,215,11); }
H1.HeaderClassName
{
color: #DCD70B;
}
.AnyTagClassName
{
color: #DCD70B;
}
</style>
background-color css
<style>
a { background-color: #DCD70B; }
a { background-color: rgb(220,215,11); }
div.DivClassName
{
background-color: #DCD70B;
}
.BgClassName
{
background-color: #DCD70B;
}
</style>
border-color css
<style>
span { border-color: #DCD70B; }
span { border-color: rgb(220,215,11); }
td.TdClassName
{
border-color: #DCD70B;
}
.TagClassName
{
border-color: #DCD70B;
}
</style>