Shades of Bird Flower #DACB0B
Tints of Bird Flower #DACB0B
RGB
CMYK
RGB Variations
Color information
#DACB0B (or 0xDACB0B) is known color: Bird Flower. HEX triplet: DA, CB and 0B. RGB value is (218,203,11). Sum of RGB (Red+Green+Blue) = 218+203+11=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB0B is #2534F4. Grayscale: #BABABA. Windows color (decimal): -2438389 or 773082. OLE color: 773082.
HSL color Cylindrical-coordinate representation of color #DACB0B: hue angle of 55.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DACB0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.15 |
| HSL | 55.65º | 0.9% | 0.45% | - |
| HSV(B) | 55.65º | 0.95% | 0.85% | - |
| XYZ | 50.33 | 57.64 | 8.79 | - |
| YUV | 185.6 | 29.47 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 11 | 0 | 0.07 | 0.95 | 0.15 | 55.65 | 0.9 | 0.45 |
| Hex | DA | CB | B | 0 | 7 | 5F | F | 38 | 5A | 2D |
| Octal | 332 | 313 | 13 | 0 | 7 | 137 | 17 | 70 | 132 | 55 |
| Binary | 11011010 | 11001011 | 1011 | 0 | 111 | 1011111 | 1111 | 111000 | 1011010 | 101101 |
Color Harmonies of #DACB0B
Complementary color
Monochromatic Colors of #DACB0B
Black with #DACB0B
Text Example
Text Example
White with #DACB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB0B; }
p { color: rgb(218,203,11); }
H1.HeaderClassName
{
color: #DACB0B;
}
.AnyTagClassName
{
color: #DACB0B;
}
</style>
background-color css
<style>
a { background-color: #DACB0B; }
a { background-color: rgb(218,203,11); }
div.DivClassName
{
background-color: #DACB0B;
}
.BgClassName
{
background-color: #DACB0B;
}
</style>
border-color css
<style>
span { border-color: #DACB0B; }
span { border-color: rgb(218,203,11); }
td.TdClassName
{
border-color: #DACB0B;
}
.TagClassName
{
border-color: #DACB0B;
}
</style>