Shades of Bird Flower #DCC501
Tints of Bird Flower #DCC501
RGB
CMYK
RGB Variations
Color information
#DCC501 (or 0xDCC501) is known color: Bird Flower. HEX triplet: DC, C5 and 01. RGB value is (220,197,1). Sum of RGB (Red+Green+Blue) = 220+197+1=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC501 is #233AFE. Grayscale: #B6B6B6. Windows color (decimal): -2308863 or 116188. OLE color: 116188.
HSL color Cylindrical-coordinate representation of color #DCC501: hue angle of 53.7º 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 #DCC501 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.14 |
| HSL | 53.7º | 0.99% | 0.43% | - |
| HSV(B) | 53.7º | 1% | 0.86% | - |
| XYZ | 49.49 | 55.15 | 8.07 | - |
| YUV | 181.53 | 26.12 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 1 | 0 | 0.10 | 1.00 | 0.14 | 53.7 | 0.99 | 0.43 |
| Hex | DC | C5 | 1 | 0 | A | 64 | E | 36 | 63 | 2B |
| Octal | 334 | 305 | 1 | 0 | 12 | 144 | 16 | 66 | 143 | 53 |
| Binary | 11011100 | 11000101 | 1 | 0 | 1010 | 1100100 | 1110 | 110110 | 1100011 | 101011 |
Color Harmonies of #DCC501
Complementary color
Monochromatic Colors of #DCC501
Black with #DCC501
Text Example
Text Example
White with #DCC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC501; }
p { color: rgb(220,197,1); }
H1.HeaderClassName
{
color: #DCC501;
}
.AnyTagClassName
{
color: #DCC501;
}
</style>
background-color css
<style>
a { background-color: #DCC501; }
a { background-color: rgb(220,197,1); }
div.DivClassName
{
background-color: #DCC501;
}
.BgClassName
{
background-color: #DCC501;
}
</style>
border-color css
<style>
span { border-color: #DCC501; }
span { border-color: rgb(220,197,1); }
td.TdClassName
{
border-color: #DCC501;
}
.TagClassName
{
border-color: #DCC501;
}
</style>