Shades of Bird Flower #DBCD06
Tints of Bird Flower #DBCD06
RGB
CMYK
RGB Variations
Color information
#DBCD06 (or 0xDBCD06) is known color: Bird Flower. HEX triplet: DB, CD and 06. RGB value is (219,205,6). Sum of RGB (Red+Green+Blue) = 219+205+6=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD06 is #2432F9. Grayscale: #BBBBBB. Windows color (decimal): -2372346 or 445915. OLE color: 445915.
HSL color Cylindrical-coordinate representation of color #DBCD06: hue angle of 56.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBCD06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.14 |
| HSL | 56.06º | 0.95% | 0.44% | - |
| HSV(B) | 56.06º | 0.97% | 0.86% | - |
| XYZ | 51.08 | 58.74 | 8.82 | - |
| YUV | 186.5 | 26.14 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 6 | 0 | 0.06 | 0.97 | 0.14 | 56.06 | 0.95 | 0.44 |
| Hex | DB | CD | 6 | 0 | 6 | 61 | E | 38 | 5F | 2C |
| Octal | 333 | 315 | 6 | 0 | 6 | 141 | 16 | 70 | 137 | 54 |
| Binary | 11011011 | 11001101 | 110 | 0 | 110 | 1100001 | 1110 | 111000 | 1011111 | 101100 |
Color Harmonies of #DBCD06
Complementary color
Monochromatic Colors of #DBCD06
Black with #DBCD06
Text Example
Text Example
White with #DBCD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD06; }
p { color: rgb(219,205,6); }
H1.HeaderClassName
{
color: #DBCD06;
}
.AnyTagClassName
{
color: #DBCD06;
}
</style>
background-color css
<style>
a { background-color: #DBCD06; }
a { background-color: rgb(219,205,6); }
div.DivClassName
{
background-color: #DBCD06;
}
.BgClassName
{
background-color: #DBCD06;
}
</style>
border-color css
<style>
span { border-color: #DBCD06; }
span { border-color: rgb(219,205,6); }
td.TdClassName
{
border-color: #DBCD06;
}
.TagClassName
{
border-color: #DBCD06;
}
</style>