Shades of Bird Flower #DCCF09
Tints of Bird Flower #DCCF09
RGB
CMYK
RGB Variations
Color information
#DCCF09 (or 0xDCCF09) is known color: Bird Flower. HEX triplet: DC, CF and 09. RGB value is (220,207,9). Sum of RGB (Red+Green+Blue) = 220+207+9=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 9 (3.91% from 255 or 2.06% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF09 is #2330F6. Grayscale: #BDBDBD. Windows color (decimal): -2306295 or 643036. OLE color: 643036.
HSL color Cylindrical-coordinate representation of color #DCCF09: hue angle of 56.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCCF09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.14 |
| HSL | 56.3º | 0.92% | 0.45% | - |
| HSV(B) | 56.3º | 0.96% | 0.86% | - |
| XYZ | 51.88 | 59.86 | 9.08 | - |
| YUV | 188.32 | 26.81 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 9 | 0 | 0.06 | 0.96 | 0.14 | 56.3 | 0.92 | 0.45 |
| Hex | DC | CF | 9 | 0 | 6 | 60 | E | 38 | 5C | 2D |
| Octal | 334 | 317 | 11 | 0 | 6 | 140 | 16 | 70 | 134 | 55 |
| Binary | 11011100 | 11001111 | 1001 | 0 | 110 | 1100000 | 1110 | 111000 | 1011100 | 101101 |
Color Harmonies of #DCCF09
Complementary color
Monochromatic Colors of #DCCF09
Black with #DCCF09
Text Example
Text Example
White with #DCCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF09; }
p { color: rgb(220,207,9); }
H1.HeaderClassName
{
color: #DCCF09;
}
.AnyTagClassName
{
color: #DCCF09;
}
</style>
background-color css
<style>
a { background-color: #DCCF09; }
a { background-color: rgb(220,207,9); }
div.DivClassName
{
background-color: #DCCF09;
}
.BgClassName
{
background-color: #DCCF09;
}
</style>
border-color css
<style>
span { border-color: #DCCF09; }
span { border-color: rgb(220,207,9); }
td.TdClassName
{
border-color: #DCCF09;
}
.TagClassName
{
border-color: #DCCF09;
}
</style>