Shades of Bird Flower #D0B103
Tints of Bird Flower #D0B103
RGB
CMYK
RGB Variations
Color information
#D0B103 (or 0xD0B103) is known color: Bird Flower. HEX triplet: D0, B1 and 03. RGB value is (208,177,3). Sum of RGB (Red+Green+Blue) = 208+177+3=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B103 is #2F4EFC. Grayscale: #A7A7A7. Windows color (decimal): -3100413 or 242128. OLE color: 242128.
HSL color Cylindrical-coordinate representation of color #D0B103: hue angle of 50.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0B103 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.18 |
| HSL | 50.93º | 0.97% | 0.41% | - |
| HSV(B) | 50.93º | 0.99% | 0.82% | - |
| XYZ | 41.75 | 44.86 | 6.54 | - |
| YUV | 166.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 3 | 0 | 0.15 | 0.99 | 0.18 | 50.93 | 0.97 | 0.41 |
| Hex | D0 | B1 | 3 | 0 | F | 63 | 12 | 33 | 61 | 29 |
| Octal | 320 | 261 | 3 | 0 | 17 | 143 | 22 | 63 | 141 | 51 |
| Binary | 11010000 | 10110001 | 11 | 0 | 1111 | 1100011 | 10010 | 110011 | 1100001 | 101001 |
Color Harmonies of #D0B103
Complementary color
Monochromatic Colors of #D0B103
Black with #D0B103
Text Example
Text Example
White with #D0B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B103; }
p { color: rgb(208,177,3); }
H1.HeaderClassName
{
color: #D0B103;
}
.AnyTagClassName
{
color: #D0B103;
}
</style>
background-color css
<style>
a { background-color: #D0B103; }
a { background-color: rgb(208,177,3); }
div.DivClassName
{
background-color: #D0B103;
}
.BgClassName
{
background-color: #D0B103;
}
</style>
border-color css
<style>
span { border-color: #D0B103; }
span { border-color: rgb(208,177,3); }
td.TdClassName
{
border-color: #D0B103;
}
.TagClassName
{
border-color: #D0B103;
}
</style>