Shades of Bird Flower #DCCB08
Tints of Bird Flower #DCCB08
RGB
CMYK
RGB Variations
Color information
#DCCB08 (or 0xDCCB08) is known color: Bird Flower. HEX triplet: DC, CB and 08. RGB value is (220,203,8). Sum of RGB (Red+Green+Blue) = 220+203+8=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB08 is #2334F7. Grayscale: #BABABA. Windows color (decimal): -2307320 or 576476. OLE color: 576476.
HSL color Cylindrical-coordinate representation of color #DCCB08: hue angle of 55.19º 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 #DCCB08 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.14 |
| HSL | 55.19º | 0.93% | 0.45% | - |
| HSV(B) | 55.19º | 0.96% | 0.86% | - |
| XYZ | 50.91 | 57.95 | 8.73 | - |
| YUV | 185.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 8 | 0 | 0.08 | 0.96 | 0.14 | 55.19 | 0.93 | 0.45 |
| Hex | DC | CB | 8 | 0 | 8 | 60 | E | 37 | 5D | 2D |
| Octal | 334 | 313 | 10 | 0 | 10 | 140 | 16 | 67 | 135 | 55 |
| Binary | 11011100 | 11001011 | 1000 | 0 | 1000 | 1100000 | 1110 | 110111 | 1011101 | 101101 |
Color Harmonies of #DCCB08
Complementary color
Monochromatic Colors of #DCCB08
Black with #DCCB08
Text Example
Text Example
White with #DCCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB08; }
p { color: rgb(220,203,8); }
H1.HeaderClassName
{
color: #DCCB08;
}
.AnyTagClassName
{
color: #DCCB08;
}
</style>
background-color css
<style>
a { background-color: #DCCB08; }
a { background-color: rgb(220,203,8); }
div.DivClassName
{
background-color: #DCCB08;
}
.BgClassName
{
background-color: #DCCB08;
}
</style>
border-color css
<style>
span { border-color: #DCCB08; }
span { border-color: rgb(220,203,8); }
td.TdClassName
{
border-color: #DCCB08;
}
.TagClassName
{
border-color: #DCCB08;
}
</style>