Shades of Bird Flower #DCCB01
Tints of Bird Flower #DCCB01
RGB
CMYK
RGB Variations
Color information
#DCCB01 (or 0xDCCB01) is known color: Bird Flower. HEX triplet: DC, CB and 01. RGB value is (220,203,1). Sum of RGB (Red+Green+Blue) = 220+203+1=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB01 is #2334FE. Grayscale: #B9B9B9. Windows color (decimal): -2307327 or 117724. OLE color: 117724.
HSL color Cylindrical-coordinate representation of color #DCCB01: hue angle of 55.34º 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 #DCCB01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.14 |
| HSL | 55.34º | 0.99% | 0.43% | - |
| HSV(B) | 55.34º | 1% | 0.86% | - |
| XYZ | 50.88 | 57.93 | 8.53 | - |
| YUV | 185.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 1 | 0 | 0.08 | 1.00 | 0.14 | 55.34 | 0.99 | 0.43 |
| Hex | DC | CB | 1 | 0 | 8 | 64 | E | 37 | 63 | 2B |
| Octal | 334 | 313 | 1 | 0 | 10 | 144 | 16 | 67 | 143 | 53 |
| Binary | 11011100 | 11001011 | 1 | 0 | 1000 | 1100100 | 1110 | 110111 | 1100011 | 101011 |
Color Harmonies of #DCCB01
Complementary color
Monochromatic Colors of #DCCB01
Black with #DCCB01
Text Example
Text Example
White with #DCCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB01; }
p { color: rgb(220,203,1); }
H1.HeaderClassName
{
color: #DCCB01;
}
.AnyTagClassName
{
color: #DCCB01;
}
</style>
background-color css
<style>
a { background-color: #DCCB01; }
a { background-color: rgb(220,203,1); }
div.DivClassName
{
background-color: #DCCB01;
}
.BgClassName
{
background-color: #DCCB01;
}
</style>
border-color css
<style>
span { border-color: #DCCB01; }
span { border-color: rgb(220,203,1); }
td.TdClassName
{
border-color: #DCCB01;
}
.TagClassName
{
border-color: #DCCB01;
}
</style>