Shades of Bird Flower #DCCF0B
Tints of Bird Flower #DCCF0B
RGB
CMYK
RGB Variations
Color information
#DCCF0B (or 0xDCCF0B) is known color: Bird Flower. HEX triplet: DC, CF and 0B. RGB value is (220,207,11). Sum of RGB (Red+Green+Blue) = 220+207+11=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0B is #2330F4. Grayscale: #BDBDBD. Windows color (decimal): -2306293 or 774108. OLE color: 774108.
HSL color Cylindrical-coordinate representation of color #DCCF0B: hue angle of 56.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCCF0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.14 |
| HSL | 56.27º | 0.9% | 0.45% | - |
| HSV(B) | 56.27º | 0.95% | 0.86% | - |
| XYZ | 51.89 | 59.87 | 9.14 | - |
| YUV | 188.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 11 | 0 | 0.06 | 0.95 | 0.14 | 56.27 | 0.9 | 0.45 |
| Hex | DC | CF | B | 0 | 6 | 5F | E | 38 | 5A | 2D |
| Octal | 334 | 317 | 13 | 0 | 6 | 137 | 16 | 70 | 132 | 55 |
| Binary | 11011100 | 11001111 | 1011 | 0 | 110 | 1011111 | 1110 | 111000 | 1011010 | 101101 |
Color Harmonies of #DCCF0B
Complementary color
Monochromatic Colors of #DCCF0B
Black with #DCCF0B
Text Example
Text Example
White with #DCCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF0B; }
p { color: rgb(220,207,11); }
H1.HeaderClassName
{
color: #DCCF0B;
}
.AnyTagClassName
{
color: #DCCF0B;
}
</style>
background-color css
<style>
a { background-color: #DCCF0B; }
a { background-color: rgb(220,207,11); }
div.DivClassName
{
background-color: #DCCF0B;
}
.BgClassName
{
background-color: #DCCF0B;
}
</style>
border-color css
<style>
span { border-color: #DCCF0B; }
span { border-color: rgb(220,207,11); }
td.TdClassName
{
border-color: #DCCF0B;
}
.TagClassName
{
border-color: #DCCF0B;
}
</style>