Shades of Bird Flower #DCCF00
Tints of Bird Flower #DCCF00
RGB
CMYK
RGB Variations
Color information
#DCCF00 (or 0xDCCF00) is known color: Bird Flower. HEX triplet: DC, CF and 00. RGB value is (220,207,0). Sum of RGB (Red+Green+Blue) = 220+207+0=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF00 is #2330FF. Grayscale: #BCBCBC. Windows color (decimal): -2306304 or 53212. OLE color: 53212.
HSL color Cylindrical-coordinate representation of color #DCCF00: hue angle of 56.45º 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 #DCCF00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.14 |
| HSL | 56.45º | 1% | 0.43% | - |
| HSV(B) | 56.45º | 1% | 0.86% | - |
| XYZ | 51.83 | 59.84 | 8.82 | - |
| YUV | 187.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 0 | 0 | 0.06 | 1 | 0.14 | 56.45 | 1 | 0.43 |
| Hex | DC | CF | 0 | 0 | 6 | 64 | E | 38 | 64 | 2B |
| Octal | 334 | 317 | 0 | 0 | 6 | 144 | 16 | 70 | 144 | 53 |
| Binary | 11011100 | 11001111 | 0 | 0 | 110 | 1100100 | 1110 | 111000 | 1100100 | 101011 |
Color Harmonies of #DCCF00
Complementary color
Monochromatic Colors of #DCCF00
Black with #DCCF00
Text Example
Text Example
White with #DCCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF00; }
p { color: rgb(220,207,0); }
H1.HeaderClassName
{
color: #DCCF00;
}
.AnyTagClassName
{
color: #DCCF00;
}
</style>
background-color css
<style>
a { background-color: #DCCF00; }
a { background-color: rgb(220,207,0); }
div.DivClassName
{
background-color: #DCCF00;
}
.BgClassName
{
background-color: #DCCF00;
}
</style>
border-color css
<style>
span { border-color: #DCCF00; }
span { border-color: rgb(220,207,0); }
td.TdClassName
{
border-color: #DCCF00;
}
.TagClassName
{
border-color: #DCCF00;
}
</style>