#DAC415

Color #DAC415 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DAC415

Tints of Sunflower #DAC415

Color information

#DAC415 (or 0xDAC415) is unknown color: approx Sunflower. HEX triplet: DA, C4 and 15. RGB value is (218,196,21). Sum of RGB (Red+Green+Blue) = 218+196+21=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC415 is #253BEA. Grayscale: #B7B7B7. Windows color (decimal): -2440171 or 1426650. OLE color: 1426650.

HSL color Cylindrical-coordinate representation of color #DAC415: hue angle of 53.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC415 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21819621-
CMYK00.100.900.15
HSL53.3º82.43%46.86%-
HSV(B)53.3º90.37%85.49%-
XYZ48.7954.448.65-
YUV182.6336.79153.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 21 (8.59% from 255) = 4.83%
R=50.11%
G=45.06%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181962100.100.900.1553.382.4346.86
HexDAC4150A5AF35522f
Octal33230425012132176512257
Binary11011010110001001010101010101101011111101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC415; }

 p { color: rgb(218,196,21); }

 H1.HeaderClassName
 {
   color: #DAC415;
 }
 .AnyTagClassName
 {
   color: #DAC415;
 }
</style>
background-color css

<style>
 a { background-color: #DAC415; }

 a { background-color: rgb(218,196,21); }

 div.DivClassName
 {
   background-color: #DAC415;
 }
 .BgClassName
 {
   background-color: #DAC415;
 }
</style>
border-color css

<style>
 span { border-color: #DAC415; }

 span { border-color: rgb(218,196,21); }

 td.TdClassName
 {
   border-color: #DAC415;
 }
 .TagClassName
 {
   border-color: #DAC415;
 }
</style>