Shades of Bird Flower #D5D102
Tints of Bird Flower #D5D102
RGB
CMYK
RGB Variations
Color information
#D5D102 (or 0xD5D102) is known color: Bird Flower. HEX triplet: D5, D1 and 02. RGB value is (213,209,2). Sum of RGB (Red+Green+Blue) = 213+209+2=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D102 is #2A2EFD. Grayscale: #BBBBBB. Windows color (decimal): -2764542 or 184789. OLE color: 184789.
HSL color Cylindrical-coordinate representation of color #D5D102: hue angle of 58.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5D102 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.16 |
| HSL | 58.86º | 0.98% | 0.42% | - |
| HSV(B) | 58.86º | 0.99% | 0.84% | - |
| XYZ | 50.25 | 59.75 | 8.94 | - |
| YUV | 186.6 | 23.83 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 2 | 0 | 0.02 | 0.99 | 0.16 | 58.86 | 0.98 | 0.42 |
| Hex | D5 | D1 | 2 | 0 | 2 | 63 | 10 | 3B | 62 | 2A |
| Octal | 325 | 321 | 2 | 0 | 2 | 143 | 20 | 73 | 142 | 52 |
| Binary | 11010101 | 11010001 | 10 | 0 | 10 | 1100011 | 10000 | 111011 | 1100010 | 101010 |
Color Harmonies of #D5D102
Complementary color
Monochromatic Colors of #D5D102
Black with #D5D102
Text Example
Text Example
White with #D5D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D102; }
p { color: rgb(213,209,2); }
H1.HeaderClassName
{
color: #D5D102;
}
.AnyTagClassName
{
color: #D5D102;
}
</style>
background-color css
<style>
a { background-color: #D5D102; }
a { background-color: rgb(213,209,2); }
div.DivClassName
{
background-color: #D5D102;
}
.BgClassName
{
background-color: #D5D102;
}
</style>
border-color css
<style>
span { border-color: #D5D102; }
span { border-color: rgb(213,209,2); }
td.TdClassName
{
border-color: #D5D102;
}
.TagClassName
{
border-color: #D5D102;
}
</style>