Shades of Bird Flower #D7AF01
Tints of Bird Flower #D7AF01
RGB
CMYK
RGB Variations
Color information
#D7AF01 (or 0xD7AF01) is known color: Bird Flower. HEX triplet: D7, AF and 01. RGB value is (215,175,1). Sum of RGB (Red+Green+Blue) = 215+175+1=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF01 is #2850FE. Grayscale: #A7A7A7. Windows color (decimal): -2642175 or 110551. OLE color: 110551.
HSL color Cylindrical-coordinate representation of color #D7AF01: hue angle of 48.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7AF01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.16 |
| HSL | 48.79º | 0.99% | 0.42% | - |
| HSV(B) | 48.79º | 1% | 0.84% | - |
| XYZ | 43.36 | 45.11 | 6.45 | - |
| YUV | 167.12 | 34.25 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 1 | 0 | 0.19 | 1.00 | 0.16 | 48.79 | 0.99 | 0.42 |
| Hex | D7 | AF | 1 | 0 | 13 | 64 | 10 | 31 | 63 | 2A |
| Octal | 327 | 257 | 1 | 0 | 23 | 144 | 20 | 61 | 143 | 52 |
| Binary | 11010111 | 10101111 | 1 | 0 | 10011 | 1100100 | 10000 | 110001 | 1100011 | 101010 |
Color Harmonies of #D7AF01
Complementary color
Monochromatic Colors of #D7AF01
Black with #D7AF01
Text Example
Text Example
White with #D7AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF01; }
p { color: rgb(215,175,1); }
H1.HeaderClassName
{
color: #D7AF01;
}
.AnyTagClassName
{
color: #D7AF01;
}
</style>
background-color css
<style>
a { background-color: #D7AF01; }
a { background-color: rgb(215,175,1); }
div.DivClassName
{
background-color: #D7AF01;
}
.BgClassName
{
background-color: #D7AF01;
}
</style>
border-color css
<style>
span { border-color: #D7AF01; }
span { border-color: rgb(215,175,1); }
td.TdClassName
{
border-color: #D7AF01;
}
.TagClassName
{
border-color: #D7AF01;
}
</style>