Shades of Bird Flower #D3AF03
Tints of Bird Flower #D3AF03
RGB
CMYK
RGB Variations
Color information
#D3AF03 (or 0xD3AF03) is known color: Bird Flower. HEX triplet: D3, AF and 03. RGB value is (211,175,3). Sum of RGB (Red+Green+Blue) = 211+175+3=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AF03 is #2C50FC. Grayscale: #A6A6A6. Windows color (decimal): -2904317 or 241619. OLE color: 241619.
HSL color Cylindrical-coordinate representation of color #D3AF03: hue angle of 49.62º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3AF03 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.17 |
| HSL | 49.62º | 0.97% | 0.42% | - |
| HSV(B) | 49.62º | 0.99% | 0.83% | - |
| XYZ | 42.21 | 44.52 | 6.45 | - |
| YUV | 166.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 3 | 0 | 0.17 | 0.99 | 0.17 | 49.62 | 0.97 | 0.42 |
| Hex | D3 | AF | 3 | 0 | 11 | 63 | 11 | 32 | 61 | 2A |
| Octal | 323 | 257 | 3 | 0 | 21 | 143 | 21 | 62 | 141 | 52 |
| Binary | 11010011 | 10101111 | 11 | 0 | 10001 | 1100011 | 10001 | 110010 | 1100001 | 101010 |
Color Harmonies of #D3AF03
Complementary color
Monochromatic Colors of #D3AF03
Black with #D3AF03
Text Example
Text Example
White with #D3AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF03; }
p { color: rgb(211,175,3); }
H1.HeaderClassName
{
color: #D3AF03;
}
.AnyTagClassName
{
color: #D3AF03;
}
</style>
background-color css
<style>
a { background-color: #D3AF03; }
a { background-color: rgb(211,175,3); }
div.DivClassName
{
background-color: #D3AF03;
}
.BgClassName
{
background-color: #D3AF03;
}
</style>
border-color css
<style>
span { border-color: #D3AF03; }
span { border-color: rgb(211,175,3); }
td.TdClassName
{
border-color: #D3AF03;
}
.TagClassName
{
border-color: #D3AF03;
}
</style>