Shades of Bird Flower #D6AF02
Tints of Bird Flower #D6AF02
RGB
CMYK
RGB Variations
Color information
#D6AF02 (or 0xD6AF02) is known color: Bird Flower. HEX triplet: D6, AF and 02. RGB value is (214,175,2). Sum of RGB (Red+Green+Blue) = 214+175+2=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF02 is #2950FD. Grayscale: #A7A7A7. Windows color (decimal): -2707710 or 176086. OLE color: 176086.
HSL color Cylindrical-coordinate representation of color #D6AF02: hue angle of 48.96º 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 #D6AF02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.16 |
| HSL | 48.96º | 0.98% | 0.42% | - |
| HSV(B) | 48.96º | 0.99% | 0.84% | - |
| XYZ | 43.07 | 44.96 | 6.47 | - |
| YUV | 166.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 2 | 0 | 0.18 | 0.99 | 0.16 | 48.96 | 0.98 | 0.42 |
| Hex | D6 | AF | 2 | 0 | 12 | 63 | 10 | 31 | 62 | 2A |
| Octal | 326 | 257 | 2 | 0 | 22 | 143 | 20 | 61 | 142 | 52 |
| Binary | 11010110 | 10101111 | 10 | 0 | 10010 | 1100011 | 10000 | 110001 | 1100010 | 101010 |
Color Harmonies of #D6AF02
Complementary color
Monochromatic Colors of #D6AF02
Black with #D6AF02
Text Example
Text Example
White with #D6AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF02; }
p { color: rgb(214,175,2); }
H1.HeaderClassName
{
color: #D6AF02;
}
.AnyTagClassName
{
color: #D6AF02;
}
</style>
background-color css
<style>
a { background-color: #D6AF02; }
a { background-color: rgb(214,175,2); }
div.DivClassName
{
background-color: #D6AF02;
}
.BgClassName
{
background-color: #D6AF02;
}
</style>
border-color css
<style>
span { border-color: #D6AF02; }
span { border-color: rgb(214,175,2); }
td.TdClassName
{
border-color: #D6AF02;
}
.TagClassName
{
border-color: #D6AF02;
}
</style>