Shades of Bird Flower #DAC402
Tints of Bird Flower #DAC402
RGB
CMYK
RGB Variations
Color information
#DAC402 (or 0xDAC402) is known color: Bird Flower. HEX triplet: DA, C4 and 02. RGB value is (218,196,2). Sum of RGB (Red+Green+Blue) = 218+196+2=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC402 is #253BFD. Grayscale: #B5B5B5. Windows color (decimal): -2440190 or 181466. OLE color: 181466.
HSL color Cylindrical-coordinate representation of color #DAC402: hue angle of 53.89º 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 #DAC402 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.15 |
| HSL | 53.89º | 0.98% | 0.43% | - |
| HSV(B) | 53.89º | 0.99% | 0.85% | - |
| XYZ | 48.66 | 54.39 | 7.99 | - |
| YUV | 180.46 | 27.29 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 2 | 0 | 0.10 | 0.99 | 0.15 | 53.89 | 0.98 | 0.43 |
| Hex | DA | C4 | 2 | 0 | A | 63 | F | 36 | 62 | 2B |
| Octal | 332 | 304 | 2 | 0 | 12 | 143 | 17 | 66 | 142 | 53 |
| Binary | 11011010 | 11000100 | 10 | 0 | 1010 | 1100011 | 1111 | 110110 | 1100010 | 101011 |
Color Harmonies of #DAC402
Complementary color
Monochromatic Colors of #DAC402
Black with #DAC402
Text Example
Text Example
White with #DAC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC402; }
p { color: rgb(218,196,2); }
H1.HeaderClassName
{
color: #DAC402;
}
.AnyTagClassName
{
color: #DAC402;
}
</style>
background-color css
<style>
a { background-color: #DAC402; }
a { background-color: rgb(218,196,2); }
div.DivClassName
{
background-color: #DAC402;
}
.BgClassName
{
background-color: #DAC402;
}
</style>
border-color css
<style>
span { border-color: #DAC402; }
span { border-color: rgb(218,196,2); }
td.TdClassName
{
border-color: #DAC402;
}
.TagClassName
{
border-color: #DAC402;
}
</style>