Shades of Bird Flower #D2CD03
Tints of Bird Flower #D2CD03
RGB
CMYK
RGB Variations
Color information
#D2CD03 (or 0xD2CD03) is known color: Bird Flower. HEX triplet: D2, CD and 03. RGB value is (210,205,3). Sum of RGB (Red+Green+Blue) = 210+205+3=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CD03 is #2D32FC. Grayscale: #B8B8B8. Windows color (decimal): -2962173 or 249298. OLE color: 249298.
HSL color Cylindrical-coordinate representation of color #D2CD03: hue angle of 58.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2CD03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.18 |
| HSL | 58.55º | 0.97% | 0.42% | - |
| HSV(B) | 58.55º | 0.99% | 0.82% | - |
| XYZ | 48.43 | 57.37 | 8.61 | - |
| YUV | 183.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 3 | 0 | 0.02 | 0.99 | 0.18 | 58.55 | 0.97 | 0.42 |
| Hex | D2 | CD | 3 | 0 | 2 | 63 | 12 | 3B | 61 | 2A |
| Octal | 322 | 315 | 3 | 0 | 2 | 143 | 22 | 73 | 141 | 52 |
| Binary | 11010010 | 11001101 | 11 | 0 | 10 | 1100011 | 10010 | 111011 | 1100001 | 101010 |
Color Harmonies of #D2CD03
Complementary color
Monochromatic Colors of #D2CD03
Black with #D2CD03
Text Example
Text Example
White with #D2CD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD03; }
p { color: rgb(210,205,3); }
H1.HeaderClassName
{
color: #D2CD03;
}
.AnyTagClassName
{
color: #D2CD03;
}
</style>
background-color css
<style>
a { background-color: #D2CD03; }
a { background-color: rgb(210,205,3); }
div.DivClassName
{
background-color: #D2CD03;
}
.BgClassName
{
background-color: #D2CD03;
}
</style>
border-color css
<style>
span { border-color: #D2CD03; }
span { border-color: rgb(210,205,3); }
td.TdClassName
{
border-color: #D2CD03;
}
.TagClassName
{
border-color: #D2CD03;
}
</style>