Shades of Bird Flower #D4C403
Tints of Bird Flower #D4C403
RGB
CMYK
RGB Variations
Color information
#D4C403 (or 0xD4C403) is known color: Bird Flower. HEX triplet: D4, C4 and 03. RGB value is (212,196,3). Sum of RGB (Red+Green+Blue) = 212+196+3=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C403 is #2B3BFC. Grayscale: #B3B3B3. Windows color (decimal): -2833405 or 246996. OLE color: 246996.
HSL color Cylindrical-coordinate representation of color #D4C403: hue angle of 55.41º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4C403 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.17 |
| HSL | 55.41º | 0.97% | 0.42% | - |
| HSV(B) | 55.41º | 0.99% | 0.83% | - |
| XYZ | 46.91 | 53.48 | 7.94 | - |
| YUV | 178.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 3 | 0 | 0.08 | 0.99 | 0.17 | 55.41 | 0.97 | 0.42 |
| Hex | D4 | C4 | 3 | 0 | 8 | 63 | 11 | 37 | 61 | 2A |
| Octal | 324 | 304 | 3 | 0 | 10 | 143 | 21 | 67 | 141 | 52 |
| Binary | 11010100 | 11000100 | 11 | 0 | 1000 | 1100011 | 10001 | 110111 | 1100001 | 101010 |
Color Harmonies of #D4C403
Complementary color
Monochromatic Colors of #D4C403
Black with #D4C403
Text Example
Text Example
White with #D4C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C403; }
p { color: rgb(212,196,3); }
H1.HeaderClassName
{
color: #D4C403;
}
.AnyTagClassName
{
color: #D4C403;
}
</style>
background-color css
<style>
a { background-color: #D4C403; }
a { background-color: rgb(212,196,3); }
div.DivClassName
{
background-color: #D4C403;
}
.BgClassName
{
background-color: #D4C403;
}
</style>
border-color css
<style>
span { border-color: #D4C403; }
span { border-color: rgb(212,196,3); }
td.TdClassName
{
border-color: #D4C403;
}
.TagClassName
{
border-color: #D4C403;
}
</style>