Shades of Bird Flower #D3C303
Tints of Bird Flower #D3C303
RGB
CMYK
RGB Variations
Color information
#D3C303 (or 0xD3C303) is known color: Bird Flower. HEX triplet: D3, C3 and 03. RGB value is (211,195,3). Sum of RGB (Red+Green+Blue) = 211+195+3=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C303 is #2C3CFC. Grayscale: #B2B2B2. Windows color (decimal): -2899197 or 246739. OLE color: 246739.
HSL color Cylindrical-coordinate representation of color #D3C303: hue angle of 55.38º 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 #D3C303 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.17 |
| HSL | 55.38º | 0.97% | 0.42% | - |
| HSV(B) | 55.38º | 0.99% | 0.83% | - |
| XYZ | 46.4 | 52.89 | 7.85 | - |
| YUV | 177.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 3 | 0 | 0.08 | 0.99 | 0.17 | 55.38 | 0.97 | 0.42 |
| Hex | D3 | C3 | 3 | 0 | 8 | 63 | 11 | 37 | 61 | 2A |
| Octal | 323 | 303 | 3 | 0 | 10 | 143 | 21 | 67 | 141 | 52 |
| Binary | 11010011 | 11000011 | 11 | 0 | 1000 | 1100011 | 10001 | 110111 | 1100001 | 101010 |
Color Harmonies of #D3C303
Complementary color
Monochromatic Colors of #D3C303
Black with #D3C303
Text Example
Text Example
White with #D3C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C303; }
p { color: rgb(211,195,3); }
H1.HeaderClassName
{
color: #D3C303;
}
.AnyTagClassName
{
color: #D3C303;
}
</style>
background-color css
<style>
a { background-color: #D3C303; }
a { background-color: rgb(211,195,3); }
div.DivClassName
{
background-color: #D3C303;
}
.BgClassName
{
background-color: #D3C303;
}
</style>
border-color css
<style>
span { border-color: #D3C303; }
span { border-color: rgb(211,195,3); }
td.TdClassName
{
border-color: #D3C303;
}
.TagClassName
{
border-color: #D3C303;
}
</style>