Shades of Bird Flower #D3CD05
Tints of Bird Flower #D3CD05
RGB
CMYK
RGB Variations
Color information
#D3CD05 (or 0xD3CD05) is known color: Bird Flower. HEX triplet: D3, CD and 05. RGB value is (211,205,5). Sum of RGB (Red+Green+Blue) = 211+205+5=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CD05 is #2C32FA. Grayscale: #B8B8B8. Windows color (decimal): -2896635 or 380371. OLE color: 380371.
HSL color Cylindrical-coordinate representation of color #D3CD05: hue angle of 58.25º 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 #D3CD05 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.17 |
| HSL | 58.25º | 0.95% | 0.42% | - |
| HSV(B) | 58.25º | 0.98% | 0.83% | - |
| XYZ | 48.72 | 57.52 | 8.68 | - |
| YUV | 183.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 5 | 0 | 0.03 | 0.98 | 0.17 | 58.25 | 0.95 | 0.42 |
| Hex | D3 | CD | 5 | 0 | 3 | 62 | 11 | 3A | 5F | 2A |
| Octal | 323 | 315 | 5 | 0 | 3 | 142 | 21 | 72 | 137 | 52 |
| Binary | 11010011 | 11001101 | 101 | 0 | 11 | 1100010 | 10001 | 111010 | 1011111 | 101010 |
Color Harmonies of #D3CD05
Complementary color
Monochromatic Colors of #D3CD05
Black with #D3CD05
Text Example
Text Example
White with #D3CD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD05; }
p { color: rgb(211,205,5); }
H1.HeaderClassName
{
color: #D3CD05;
}
.AnyTagClassName
{
color: #D3CD05;
}
</style>
background-color css
<style>
a { background-color: #D3CD05; }
a { background-color: rgb(211,205,5); }
div.DivClassName
{
background-color: #D3CD05;
}
.BgClassName
{
background-color: #D3CD05;
}
</style>
border-color css
<style>
span { border-color: #D3CD05; }
span { border-color: rgb(211,205,5); }
td.TdClassName
{
border-color: #D3CD05;
}
.TagClassName
{
border-color: #D3CD05;
}
</style>