Shades of Bird Flower #DCC900
Tints of Bird Flower #DCC900
RGB
CMYK
RGB Variations
Color information
#DCC900 (or 0xDCC900) is known color: Bird Flower. HEX triplet: DC, C9 and 00. RGB value is (220,201,0). Sum of RGB (Red+Green+Blue) = 220+201+0=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC900 is #2336FF. Grayscale: #B8B8B8. Windows color (decimal): -2307840 or 51676. OLE color: 51676.
HSL color Cylindrical-coordinate representation of color #DCC900: hue angle of 54.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.14 |
| HSL | 54.82º | 1% | 0.43% | - |
| HSV(B) | 54.82º | 1% | 0.86% | - |
| XYZ | 50.4 | 56.99 | 8.34 | - |
| YUV | 183.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 0 | 0 | 0.09 | 1 | 0.14 | 54.82 | 1 | 0.43 |
| Hex | DC | C9 | 0 | 0 | 9 | 64 | E | 37 | 64 | 2B |
| Octal | 334 | 311 | 0 | 0 | 11 | 144 | 16 | 67 | 144 | 53 |
| Binary | 11011100 | 11001001 | 0 | 0 | 1001 | 1100100 | 1110 | 110111 | 1100100 | 101011 |
Color Harmonies of #DCC900
Complementary color
Monochromatic Colors of #DCC900
Black with #DCC900
Text Example
Text Example
White with #DCC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC900; }
p { color: rgb(220,201,0); }
H1.HeaderClassName
{
color: #DCC900;
}
.AnyTagClassName
{
color: #DCC900;
}
</style>
background-color css
<style>
a { background-color: #DCC900; }
a { background-color: rgb(220,201,0); }
div.DivClassName
{
background-color: #DCC900;
}
.BgClassName
{
background-color: #DCC900;
}
</style>
border-color css
<style>
span { border-color: #DCC900; }
span { border-color: rgb(220,201,0); }
td.TdClassName
{
border-color: #DCC900;
}
.TagClassName
{
border-color: #DCC900;
}
</style>