Shades of Bird Flower #D3D60A
Tints of Bird Flower #D3D60A
RGB
CMYK
RGB Variations
Color information
#D3D60A (or 0xD3D60A) is known color: Bird Flower. HEX triplet: D3, D6 and 0A. RGB value is (211,214,10). Sum of RGB (Red+Green+Blue) = 211+214+10=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D60A is #2C29F5. Grayscale: #BEBEBE. Windows color (decimal): -2894326 or 710355. OLE color: 710355.
HSL color Cylindrical-coordinate representation of color #D3D60A: hue angle of 60.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3D60A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.16 |
| HSL | 60.88º | 0.91% | 0.44% | - |
| HSV(B) | 60.88º | 0.95% | 0.84% | - |
| XYZ | 50.97 | 61.96 | 9.56 | - |
| YUV | 189.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 10 | 0.01 | 0 | 0.95 | 0.16 | 60.88 | 0.91 | 0.44 |
| Hex | D3 | D6 | A | 1 | 0 | 5F | 10 | 3D | 5B | 2C |
| Octal | 323 | 326 | 12 | 1 | 0 | 137 | 20 | 75 | 133 | 54 |
| Binary | 11010011 | 11010110 | 1010 | 1 | 0 | 1011111 | 10000 | 111101 | 1011011 | 101100 |
Color Harmonies of #D3D60A
Complementary color
Monochromatic Colors of #D3D60A
Black with #D3D60A
Text Example
Text Example
White with #D3D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D60A; }
p { color: rgb(211,214,10); }
H1.HeaderClassName
{
color: #D3D60A;
}
.AnyTagClassName
{
color: #D3D60A;
}
</style>
background-color css
<style>
a { background-color: #D3D60A; }
a { background-color: rgb(211,214,10); }
div.DivClassName
{
background-color: #D3D60A;
}
.BgClassName
{
background-color: #D3D60A;
}
</style>
border-color css
<style>
span { border-color: #D3D60A; }
span { border-color: rgb(211,214,10); }
td.TdClassName
{
border-color: #D3D60A;
}
.TagClassName
{
border-color: #D3D60A;
}
</style>