Shades of Bird Flower #DCCF01
Tints of Bird Flower #DCCF01
RGB
CMYK
RGB Variations
Color information
#DCCF01 (or 0xDCCF01) is known color: Bird Flower. HEX triplet: DC, CF and 01. RGB value is (220,207,1). Sum of RGB (Red+Green+Blue) = 220+207+1=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF01 is #2330FE. Grayscale: #BCBCBC. Windows color (decimal): -2306303 or 118748. OLE color: 118748.
HSL color Cylindrical-coordinate representation of color #DCCF01: hue angle of 56.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCCF01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.14 |
| HSL | 56.44º | 0.99% | 0.43% | - |
| HSV(B) | 56.44º | 1% | 0.86% | - |
| XYZ | 51.83 | 59.84 | 8.85 | - |
| YUV | 187.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 1 | 0 | 0.06 | 1.00 | 0.14 | 56.44 | 0.99 | 0.43 |
| Hex | DC | CF | 1 | 0 | 6 | 64 | E | 38 | 63 | 2B |
| Octal | 334 | 317 | 1 | 0 | 6 | 144 | 16 | 70 | 143 | 53 |
| Binary | 11011100 | 11001111 | 1 | 0 | 110 | 1100100 | 1110 | 111000 | 1100011 | 101011 |
Color Harmonies of #DCCF01
Complementary color
Monochromatic Colors of #DCCF01
Black with #DCCF01
Text Example
Text Example
White with #DCCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF01; }
p { color: rgb(220,207,1); }
H1.HeaderClassName
{
color: #DCCF01;
}
.AnyTagClassName
{
color: #DCCF01;
}
</style>
background-color css
<style>
a { background-color: #DCCF01; }
a { background-color: rgb(220,207,1); }
div.DivClassName
{
background-color: #DCCF01;
}
.BgClassName
{
background-color: #DCCF01;
}
</style>
border-color css
<style>
span { border-color: #DCCF01; }
span { border-color: rgb(220,207,1); }
td.TdClassName
{
border-color: #DCCF01;
}
.TagClassName
{
border-color: #DCCF01;
}
</style>