Shades of Bird Flower #D3CD03
Tints of Bird Flower #D3CD03
RGB
CMYK
RGB Variations
Color information
#D3CD03 (or 0xD3CD03) is known color: Bird Flower. HEX triplet: D3, CD and 03. RGB value is (211,205,3). Sum of RGB (Red+Green+Blue) = 211+205+3=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CD03 is #2C32FC. Grayscale: #B8B8B8. Windows color (decimal): -2896637 or 249299. OLE color: 249299.
HSL color Cylindrical-coordinate representation of color #D3CD03: hue angle of 58.27º 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 #D3CD03 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.17 |
| HSL | 58.27º | 0.97% | 0.42% | - |
| HSV(B) | 58.27º | 0.99% | 0.83% | - |
| XYZ | 48.71 | 57.52 | 8.62 | - |
| YUV | 183.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 3 | 0 | 0.03 | 0.99 | 0.17 | 58.27 | 0.97 | 0.42 |
| Hex | D3 | CD | 3 | 0 | 3 | 63 | 11 | 3A | 61 | 2A |
| Octal | 323 | 315 | 3 | 0 | 3 | 143 | 21 | 72 | 141 | 52 |
| Binary | 11010011 | 11001101 | 11 | 0 | 11 | 1100011 | 10001 | 111010 | 1100001 | 101010 |
Color Harmonies of #D3CD03
Complementary color
Monochromatic Colors of #D3CD03
Black with #D3CD03
Text Example
Text Example
White with #D3CD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD03; }
p { color: rgb(211,205,3); }
H1.HeaderClassName
{
color: #D3CD03;
}
.AnyTagClassName
{
color: #D3CD03;
}
</style>
background-color css
<style>
a { background-color: #D3CD03; }
a { background-color: rgb(211,205,3); }
div.DivClassName
{
background-color: #D3CD03;
}
.BgClassName
{
background-color: #D3CD03;
}
</style>
border-color css
<style>
span { border-color: #D3CD03; }
span { border-color: rgb(211,205,3); }
td.TdClassName
{
border-color: #D3CD03;
}
.TagClassName
{
border-color: #D3CD03;
}
</style>