Shades of Bird Flower #DCCF08
Tints of Bird Flower #DCCF08
RGB
CMYK
RGB Variations
Color information
#DCCF08 (or 0xDCCF08) is known color: Bird Flower. HEX triplet: DC, CF and 08. RGB value is (220,207,8). Sum of RGB (Red+Green+Blue) = 220+207+8=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF08 is #2330F7. Grayscale: #BDBDBD. Windows color (decimal): -2306296 or 577500. OLE color: 577500.
HSL color Cylindrical-coordinate representation of color #DCCF08: hue angle of 56.32º degrees, saturation: 0.93, 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 #DCCF08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.14 |
| HSL | 56.32º | 0.93% | 0.45% | - |
| HSV(B) | 56.32º | 0.96% | 0.86% | - |
| XYZ | 51.87 | 59.86 | 9.05 | - |
| YUV | 188.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 8 | 0 | 0.06 | 0.96 | 0.14 | 56.32 | 0.93 | 0.45 |
| Hex | DC | CF | 8 | 0 | 6 | 60 | E | 38 | 5D | 2D |
| Octal | 334 | 317 | 10 | 0 | 6 | 140 | 16 | 70 | 135 | 55 |
| Binary | 11011100 | 11001111 | 1000 | 0 | 110 | 1100000 | 1110 | 111000 | 1011101 | 101101 |
Color Harmonies of #DCCF08
Complementary color
Monochromatic Colors of #DCCF08
Black with #DCCF08
Text Example
Text Example
White with #DCCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF08; }
p { color: rgb(220,207,8); }
H1.HeaderClassName
{
color: #DCCF08;
}
.AnyTagClassName
{
color: #DCCF08;
}
</style>
background-color css
<style>
a { background-color: #DCCF08; }
a { background-color: rgb(220,207,8); }
div.DivClassName
{
background-color: #DCCF08;
}
.BgClassName
{
background-color: #DCCF08;
}
</style>
border-color css
<style>
span { border-color: #DCCF08; }
span { border-color: rgb(220,207,8); }
td.TdClassName
{
border-color: #DCCF08;
}
.TagClassName
{
border-color: #DCCF08;
}
</style>