Shades of Bird Flower #DCD101
Tints of Bird Flower #DCD101
RGB
CMYK
RGB Variations
Color information
#DCD101 (or 0xDCD101) is known color: Bird Flower. HEX triplet: DC, D1 and 01. RGB value is (220,209,1). Sum of RGB (Red+Green+Blue) = 220+209+1=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD101 is #232EFE. Grayscale: #BDBDBD. Windows color (decimal): -2305791 or 119260. OLE color: 119260.
HSL color Cylindrical-coordinate representation of color #DCD101: hue angle of 56.99º 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 #DCD101 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.14 |
| HSL | 56.99º | 0.99% | 0.43% | - |
| HSV(B) | 56.99º | 1% | 0.86% | - |
| XYZ | 52.32 | 60.82 | 9.01 | - |
| YUV | 188.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 1 | 0 | 0.05 | 1.00 | 0.14 | 56.99 | 0.99 | 0.43 |
| Hex | DC | D1 | 1 | 0 | 5 | 64 | E | 39 | 63 | 2B |
| Octal | 334 | 321 | 1 | 0 | 5 | 144 | 16 | 71 | 143 | 53 |
| Binary | 11011100 | 11010001 | 1 | 0 | 101 | 1100100 | 1110 | 111001 | 1100011 | 101011 |
Color Harmonies of #DCD101
Complementary color
Monochromatic Colors of #DCD101
Black with #DCD101
Text Example
Text Example
White with #DCD101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD101; }
p { color: rgb(220,209,1); }
H1.HeaderClassName
{
color: #DCD101;
}
.AnyTagClassName
{
color: #DCD101;
}
</style>
background-color css
<style>
a { background-color: #DCD101; }
a { background-color: rgb(220,209,1); }
div.DivClassName
{
background-color: #DCD101;
}
.BgClassName
{
background-color: #DCD101;
}
</style>
border-color css
<style>
span { border-color: #DCD101; }
span { border-color: rgb(220,209,1); }
td.TdClassName
{
border-color: #DCD101;
}
.TagClassName
{
border-color: #DCD101;
}
</style>