#DAC118

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

Shades of Sunflower #DAC118

Tints of Sunflower #DAC118

Color information

#DAC118 (or 0xDAC118) is unknown color: approx Sunflower. HEX triplet: DA, C1 and 18. RGB value is (218,193,24). Sum of RGB (Red+Green+Blue) = 218+193+24=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC118 is #253EE7. Grayscale: #B5B5B5. Windows color (decimal): -2440936 or 1622490. OLE color: 1622490.

HSL color Cylindrical-coordinate representation of color #DAC118: hue angle of 52.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAC118 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB21819324-
CMYK00.110.890.15
HSL52.27º80.17%47.45%-
HSV(B)52.27º88.99%85.49%-
XYZ48.1553.118.58-
YUV181.2139.28154.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 24 (9.77% from 255) = 5.52%
R=50.11%
G=44.37%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181932400.110.890.1552.2780.1747.45
HexDAC1180B59F34502f
Octal33230130013131176412057
Binary11011010110000011100001011101100111111101001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC118; }

 p { color: rgb(218,193,24); }

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

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

 a { background-color: rgb(218,193,24); }

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

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

 span { border-color: rgb(218,193,24); }

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