Shades of Bird Flower #D3D305
Tints of Bird Flower #D3D305
RGB
CMYK
RGB Variations
Color information
#D3D305 (or 0xD3D305) is known color: Bird Flower. HEX triplet: D3, D3 and 05. RGB value is (211,211,5). Sum of RGB (Red+Green+Blue) = 211+211+5=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D305 is #2C2CFA. Grayscale: #BCBCBC. Windows color (decimal): -2895099 or 381907. OLE color: 381907.
HSL color Cylindrical-coordinate representation of color #D3D305: hue angle of 60º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3D305 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.17 |
| HSL | 60º | 0.95% | 0.42% | - |
| HSV(B) | 60º | 0.98% | 0.83% | - |
| XYZ | 50.19 | 60.45 | 9.17 | - |
| YUV | 187.52 | 25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 5 | 0 | 0 | 0.98 | 0.17 | 60 | 0.95 | 0.42 |
| Hex | D3 | D3 | 5 | 0 | 0 | 62 | 11 | 3C | 5F | 2A |
| Octal | 323 | 323 | 5 | 0 | 0 | 142 | 21 | 74 | 137 | 52 |
| Binary | 11010011 | 11010011 | 101 | 0 | 0 | 1100010 | 10001 | 111100 | 1011111 | 101010 |
Color Harmonies of #D3D305
Complementary color
Monochromatic Colors of #D3D305
Black with #D3D305
Text Example
Text Example
White with #D3D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D305; }
p { color: rgb(211,211,5); }
H1.HeaderClassName
{
color: #D3D305;
}
.AnyTagClassName
{
color: #D3D305;
}
</style>
background-color css
<style>
a { background-color: #D3D305; }
a { background-color: rgb(211,211,5); }
div.DivClassName
{
background-color: #D3D305;
}
.BgClassName
{
background-color: #D3D305;
}
</style>
border-color css
<style>
span { border-color: #D3D305; }
span { border-color: rgb(211,211,5); }
td.TdClassName
{
border-color: #D3D305;
}
.TagClassName
{
border-color: #D3D305;
}
</style>