Shades of Bird Flower #D2AC02
Tints of Bird Flower #D2AC02
RGB
CMYK
RGB Variations
Color information
#D2AC02 (or 0xD2AC02) is known color: Bird Flower. HEX triplet: D2, AC and 02. RGB value is (210,172,2). Sum of RGB (Red+Green+Blue) = 210+172+2=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AC02 is #2D53FD. Grayscale: #A4A4A4. Windows color (decimal): -2970622 or 175314. OLE color: 175314.
HSL color Cylindrical-coordinate representation of color #D2AC02: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2AC02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.18 |
| HSL | 49.04º | 0.98% | 0.42% | - |
| HSV(B) | 49.04º | 0.99% | 0.82% | - |
| XYZ | 41.34 | 43.21 | 6.22 | - |
| YUV | 163.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 2 | 0 | 0.18 | 0.99 | 0.18 | 49.04 | 0.98 | 0.42 |
| Hex | D2 | AC | 2 | 0 | 12 | 63 | 12 | 31 | 62 | 2A |
| Octal | 322 | 254 | 2 | 0 | 22 | 143 | 22 | 61 | 142 | 52 |
| Binary | 11010010 | 10101100 | 10 | 0 | 10010 | 1100011 | 10010 | 110001 | 1100010 | 101010 |
Color Harmonies of #D2AC02
Complementary color
Monochromatic Colors of #D2AC02
Black with #D2AC02
Text Example
Text Example
White with #D2AC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC02; }
p { color: rgb(210,172,2); }
H1.HeaderClassName
{
color: #D2AC02;
}
.AnyTagClassName
{
color: #D2AC02;
}
</style>
background-color css
<style>
a { background-color: #D2AC02; }
a { background-color: rgb(210,172,2); }
div.DivClassName
{
background-color: #D2AC02;
}
.BgClassName
{
background-color: #D2AC02;
}
</style>
border-color css
<style>
span { border-color: #D2AC02; }
span { border-color: rgb(210,172,2); }
td.TdClassName
{
border-color: #D2AC02;
}
.TagClassName
{
border-color: #D2AC02;
}
</style>