Shades of Bird Flower #DAC302
Tints of Bird Flower #DAC302
RGB
CMYK
RGB Variations
Color information
#DAC302 (or 0xDAC302) is known color: Bird Flower. HEX triplet: DA, C3 and 02. RGB value is (218,195,2). Sum of RGB (Red+Green+Blue) = 218+195+2=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC302 is #253CFD. Grayscale: #B4B4B4. Windows color (decimal): -2440446 or 181210. OLE color: 181210.
HSL color Cylindrical-coordinate representation of color #DAC302: hue angle of 53.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAC302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.15 |
| HSL | 53.61º | 0.98% | 0.43% | - |
| HSV(B) | 53.61º | 0.99% | 0.85% | - |
| XYZ | 48.44 | 53.94 | 7.92 | - |
| YUV | 179.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 2 | 0 | 0.11 | 0.99 | 0.15 | 53.61 | 0.98 | 0.43 |
| Hex | DA | C3 | 2 | 0 | B | 63 | F | 36 | 62 | 2B |
| Octal | 332 | 303 | 2 | 0 | 13 | 143 | 17 | 66 | 142 | 53 |
| Binary | 11011010 | 11000011 | 10 | 0 | 1011 | 1100011 | 1111 | 110110 | 1100010 | 101011 |
Color Harmonies of #DAC302
Complementary color
Monochromatic Colors of #DAC302
Black with #DAC302
Text Example
Text Example
White with #DAC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC302; }
p { color: rgb(218,195,2); }
H1.HeaderClassName
{
color: #DAC302;
}
.AnyTagClassName
{
color: #DAC302;
}
</style>
background-color css
<style>
a { background-color: #DAC302; }
a { background-color: rgb(218,195,2); }
div.DivClassName
{
background-color: #DAC302;
}
.BgClassName
{
background-color: #DAC302;
}
</style>
border-color css
<style>
span { border-color: #DAC302; }
span { border-color: rgb(218,195,2); }
td.TdClassName
{
border-color: #DAC302;
}
.TagClassName
{
border-color: #DAC302;
}
</style>