Shades of Bird Flower #D4B702
Tints of Bird Flower #D4B702
RGB
CMYK
RGB Variations
Color information
#D4B702 (or 0xD4B702) is known color: Bird Flower. HEX triplet: D4, B7 and 02. RGB value is (212,183,2). Sum of RGB (Red+Green+Blue) = 212+183+2=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B702 is #2B48FD. Grayscale: #ABABAB. Windows color (decimal): -2836734 or 178132. OLE color: 178132.
HSL color Cylindrical-coordinate representation of color #D4B702: hue angle of 51.71º degrees, saturation: 0.98, 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 #D4B702 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.17 |
| HSL | 51.71º | 0.98% | 0.42% | - |
| HSV(B) | 51.71º | 0.99% | 0.83% | - |
| XYZ | 44.1 | 47.87 | 6.97 | - |
| YUV | 171.04 | 32.61 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 2 | 0 | 0.14 | 0.99 | 0.17 | 51.71 | 0.98 | 0.42 |
| Hex | D4 | B7 | 2 | 0 | E | 63 | 11 | 34 | 62 | 2A |
| Octal | 324 | 267 | 2 | 0 | 16 | 143 | 21 | 64 | 142 | 52 |
| Binary | 11010100 | 10110111 | 10 | 0 | 1110 | 1100011 | 10001 | 110100 | 1100010 | 101010 |
Color Harmonies of #D4B702
Complementary color
Monochromatic Colors of #D4B702
Black with #D4B702
Text Example
Text Example
White with #D4B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B702; }
p { color: rgb(212,183,2); }
H1.HeaderClassName
{
color: #D4B702;
}
.AnyTagClassName
{
color: #D4B702;
}
</style>
background-color css
<style>
a { background-color: #D4B702; }
a { background-color: rgb(212,183,2); }
div.DivClassName
{
background-color: #D4B702;
}
.BgClassName
{
background-color: #D4B702;
}
</style>
border-color css
<style>
span { border-color: #D4B702; }
span { border-color: rgb(212,183,2); }
td.TdClassName
{
border-color: #D4B702;
}
.TagClassName
{
border-color: #D4B702;
}
</style>